nuttx/net/tcp
wangchen ab92b7d04d tcp_close.c:when tcp socket stays in TCP_FIN_WAIT_1 or TCP_FIN_WAIT_2,calling tcp_close_eventhandler releases received packets
when tcp socket stays in TCP_FIN_WAIT_1 or TCP_FIN_WAIT_2,not actively calling tcp_close_eventhandler,can reuslt in some TCP socket being set to a closed state,but nofosegs are not directly released,leading to IOB resource leakage.

Signed-off-by: wangchen <wangchen41@xiaomi.com>
2024-08-26 06:14:10 -04:00
..
CMakeLists.txt
Kconfig modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
Make.defs
tcp_accept.c
tcp_appsend.c
tcp_backlog.c
tcp_callback.c
tcp_cc.c
tcp_close.c
tcp_conn.c net/inet: Rename ttl to s_ttl in sconn. 2024-06-05 23:22:15 +08:00
tcp_connect.c
tcp_devpoll.c
tcp_dump.c
tcp_finddev.c
tcp_getsockopt.c tcp: decouple TCP_NODELAY and NET_TCP_KEEPALIVE 2024-04-29 17:45:14 +08:00
tcp_input.c tcp_close.c:when tcp socket stays in TCP_FIN_WAIT_1 or TCP_FIN_WAIT_2,calling tcp_close_eventhandler releases received packets 2024-08-26 06:14:10 -04:00
tcp_ioctl.c
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c
tcp_notifier.c
tcp_recvfrom.c
tcp_recvwindow.c
tcp_send_buffered.c net:Fix the warnings. 2024-08-21 23:30:49 +08:00
tcp_send_unbuffered.c net/tcp: fix missing error code propagation 2024-06-22 19:26:14 -03:00
tcp_send.c modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
tcp_sendfile.c
tcp_seqno.c
tcp_setsockopt.c tcp: decouple TCP_NODELAY and NET_TCP_KEEPALIVE 2024-04-29 17:45:14 +08:00
tcp_shutdown.c
tcp_timer.c tcp_timer.c:solve Problem of parameter calculation exceeding the boundary 2024-08-20 13:51:39 +08:00
tcp_txdrain.c
tcp_wrbuffer.c
tcp.h nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00