nuttx/net/tcp
zhanghongyu 9162800255 tcp_input: drop SYN when no free node in the backlog
Wait for the client to retransmit the ack before trying to allocate the
backlog

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-04-24 01:52:33 +08:00
..
Kconfig
Make.defs
tcp_accept.c
tcp_appsend.c
tcp_backlog.c tcp_input: drop SYN when no free node in the backlog 2023-04-24 01:52:33 +08:00
tcp_callback.c
tcp_close.c
tcp_conn.c tcp: add TCP_MAXSEG support 2023-04-22 01:42:47 +08:00
tcp_connect.c
tcp_devpoll.c
tcp_dump.c
tcp_finddev.c
tcp_getsockopt.c tcp: add TCP_MAXSEG support 2023-04-22 01:42:47 +08:00
tcp_input.c tcp_input: drop SYN when no free node in the backlog 2023-04-24 01:52:33 +08:00
tcp_ioctl.c
tcp_ipselect.c
tcp_listen.c
tcp_monitor.c
tcp_netpoll.c tcp_input: drop SYN when no free node in the backlog 2023-04-24 01:52:33 +08:00
tcp_notifier.c
tcp_recvfrom.c
tcp_recvwindow.c
tcp_send_buffered.c
tcp_send_unbuffered.c
tcp_send.c tcp: add TCP_MAXSEG support 2023-04-22 01:42:47 +08:00
tcp_sendfile.c
tcp_seqno.c
tcp_setsockopt.c tcp: add TCP_MAXSEG support 2023-04-22 01:42:47 +08:00
tcp_shutdown.c
tcp_timer.c
tcp_txdrain.c
tcp_wrbuffer.c
tcp.h tcp_input: drop SYN when no free node in the backlog 2023-04-24 01:52:33 +08:00