DragonOS/user/apps/http_server
Samuel Dai 37cef00bb4
fix(net): Fix TCP Unresponsiveness and Inability to Close Connections (#791)
* fix(net): Improve stability. 为RawSocket与UdpSocket实现close时调用close方法,符合smoltcp的行为。为SocketInode实现drop,保证程序任何情况下退出时都能正确close对应socket, 释放被占用的端口。

* fix(net): Correct socket close behavior.
2024-05-11 17:17:43 +08:00
..
.gitignore 移除relibc和old libc以及旧的shell (#529) 2024-03-04 14:20:01 +08:00
Makefile 移除relibc和old libc以及旧的shell (#529) 2024-03-04 14:20:01 +08:00
main.c fix(net): Fix TCP Unresponsiveness and Inability to Close Connections (#791) 2024-05-11 17:17:43 +08:00