nuttx/net/tcp
chao.an 95be9eaf4b net/callback: remove the assert check of conn instance
remove the connection assertion since the instance will be invalid
if the network device has been taken down.

net/netdev/netdev_ioctl.c:

1847 void netdev_ifdown(FAR struct net_driver_s *dev)
1848 {
...
1871       /* Notify clients that the network has been taken down */
1872
1873       devif_dev_event(dev, NULL, NETDEV_DOWN);
...
1883 }

Change-Id: I492b97b5ebe035ea67bbdd7ed635cb13d085e89c
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-10 19:40:41 -08:00
..
Kconfig
Make.defs
tcp_accept.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_appsend.c
tcp_backlog.c Make the tcp_backlog error message clear 2020-02-24 11:35:01 -06:00
tcp_callback.c
tcp_close.c net/callback: remove the assert check of conn instance 2020-11-10 19:40:41 -08:00
tcp_conn.c Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
tcp_connect.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_devpoll.c
tcp_finddev.c
tcp_getsockopt.c
tcp_input.c net: tcp: Fix port info in warning message in tcp_input.c 2020-05-19 13:36:45 +08:00
tcp_ipselect.c
tcp_listen.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tcp_monitor.c
tcp_netpoll.c Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00
tcp_notifier.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tcp_recvfrom.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_recvwindow.c
tcp_send_buffered.c net/callback: remove the assert check of conn instance 2020-11-10 19:40:41 -08:00
tcp_send_unbuffered.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_send.c TCP-stack fix for stalled tcp sockets due to broken keepalive 2020-10-27 11:21:56 -07:00
tcp_sendfile.c net/callback: remove the assert check of conn instance 2020-11-10 19:40:41 -08:00
tcp_seqno.c
tcp_setsockopt.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
tcp_timer.c TCP-stack fix for stalled tcp sockets due to broken keepalive 2020-10-27 11:21:56 -07:00
tcp_txdrain.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_wrbuffer_dump.c
tcp_wrbuffer.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp.h TCP-stack fix for stalled tcp sockets due to broken keepalive 2020-10-27 11:21:56 -07:00