nuttx/net
meijian c0eef6c137 net/tcp_timer: fix tcp_timer idle loop and retransmission bug
1. Tcp will idle loop by tcp_timer when have no packet to send. This will cause low-power devices to be frequently woken up.
2. We should add tcp_timer when timer has been canceled and have packet to send.

Signed-off-by: meijian <meijian@xiaomi.com>
2024-08-24 18:07:03 +08:00
..
arp
bluetooth
can
devif
icmp icmp:add net_lock to protect icmp connection 2024-08-20 11:21:08 -03:00
icmpv6 icmpv6: Allow IPv6 address obtained by both 2024-08-21 01:33:28 +08:00
ieee802154
igmp
inet
ipfilter
ipforward
ipfrag ipv6_frag.c:modify the type of the parameters to solve runtime error 2024-08-23 15:23:19 +08:00
local localsocket:add net_lock to protect connection 2024-08-23 16:14:39 -03:00
mld
nat
neighbor
netdev net/netdev: Add periodic log for netdev statistics 2024-08-22 16:17:56 +08:00
netfilter
netlink
pkt
procfs
route
rpmsg
sixlowpan
socket
tcp net/tcp_timer: fix tcp_timer idle loop and retransmission bug 2024-08-24 18:07:03 +08:00
udp
usrsock
utils net_chksum.c:mod process of generating sum to solve checksum error 2024-08-21 01:38:23 +08:00
CMakeLists.txt
Kconfig usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
Makefile
net_initialize.c