nuttx/net
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
..
arp
bluetooth
can can: Merge netpacket/can.h into nuttx/can.h 2024-08-26 05:05:31 -04:00
devif modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
icmp modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
icmpv6 modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
ieee802154
igmp modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
inet modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
ipfilter
ipforward
ipfrag ipfrag: remove assert for actual product reasons 2024-08-26 17:44:40 +08:00
local nuttx: resolve various 'FAR' and 'CODE' issues 2024-08-26 10:21:03 +08:00
mld modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
nat
neighbor
netdev net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
netfilter net/netfilter: fix windows compile error 2024-07-14 20:33:18 +08:00
netlink
pkt net/pkt: fix raw socket send data length is insufficient. 2024-08-20 13:41:49 +08:00
procfs
route
rpmsg
sixlowpan nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
socket
tcp 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
udp nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
usrsock nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
utils nuttx: resolve various 'FAR' and 'CODE' issues 2024-08-26 10:21:03 +08:00
CMakeLists.txt
Kconfig usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
Makefile
net_initialize.c