nuttx/net/tcp
wangchen f10fc888fe net/tcp:resolve reconnection issues when connection failed due to rejection
After first connection refused happend,The user use the same connection failed,becasue the tcpstateflags is not TCP_ALLOCATED

Signed-off-by: wangchen <wangchen41@xiaomi.com>
2025-12-25 09:56:09 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net: enable tcp backlog by default 2025-06-26 09:32:54 -03:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp.h net/tcp:resolve reconnection issues when connection failed due to rejection 2025-12-25 09:56:09 +08:00
tcp_accept.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_appsend.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_backlog.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_callback.c tcp/tls: fix tcp tls bugs 2024-11-21 00:23:01 +08:00
tcp_cc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_close.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_conn.c net/tcp:resolve reconnection issues when connection failed due to rejection 2025-12-25 09:56:09 +08:00
tcp_connect.c net/tcp:resolve reconnection issues when connection failed due to rejection 2025-12-25 09:56:09 +08:00
tcp_devpoll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_dump.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_finddev.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_getsockopt.c tcp.h: add TCP_CORK definition 2025-12-18 15:38:17 +08:00
tcp_input.c tcp_input: Add condition to check sndseq and ackseq equality 2025-12-22 21:14:53 +08:00
tcp_ioctl.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_ipselect.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_listen.c net: Check listening connections when selecting ports 2025-12-17 01:30:11 +08:00
tcp_monitor.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_netpoll.c net: Remove the DEBUGASSERT of the same event of the same fd in tcp_pollsetup. 2024-12-23 19:41:13 +08:00
tcp_notifier.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_recvfrom.c inet_sockif:support multiple iov recv 2025-01-20 17:12:14 +08:00
tcp_recvwindow.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_send.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
tcp_send_buffered.c tcp: Reset wb_nack to zero when it hits TCP fast retransmit threshold 2025-12-22 21:14:53 +08:00
tcp_send_unbuffered.c tcp/tls: fix tcp tls bugs 2024-11-21 00:23:01 +08:00
tcp_sendfile.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_seqno.c libc: Refine the arc4random_buf implementation 2024-10-26 18:04:21 -03:00
tcp_setsockopt.c tcp.h: add TCP_CORK definition 2025-12-18 15:38:17 +08:00
tcp_shutdown.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_timer.c net/tcp: Fix keep-alive implementation 2025-05-28 10:18:17 -03:00
tcp_txdrain.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_wrbuffer.c net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +08:00