nuttx/net/netdev
chao.an d78bf36740 net/tcp: fix tcp socket close timeout if loss wireless connection
In the current net stack implementation, there is no mechanism
for notifying the loss of the wireless connection, if the network
is disconnected then application sends data packets through tcp,
the tcp_timer will keep retrying fetch the ack for awhile, the
connection status will not be able to be switched timely.

Change-Id: I84d1121527edafc6ee6ad56ba164838694e7e11c
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-10-28 11:41:16 -07:00
..
Kconfig net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
Make.defs
netdev_carrier.c net/tcp: fix tcp socket close timeout if loss wireless connection 2020-10-28 11:41:16 -07:00
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_indextoname.c
netdev_ioctl.c Remove tabs and spaces at the end of lines 2020-10-24 09:38:21 +01:00
netdev_lladdrsize.c
netdev_nametoindex.c
netdev_register.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
netdev_txnotify.c
netdev_unregister.c
netdev_verify.c
netdev.h
netdown_notifier.c