walnux/net/tcp
nuttxs da74a5e368 net/tcp/tcp_conn.c: optimize the port conflict detection rules
for tcp_listener(). fixed potential conflict between implicit
binding and port conflict detection.

Implicit binding automatically allocates an interface address during
connection,but port conflict detection occurs before binding/connecting.
This can cause issues when creating multiple TCP connections in succession.
If the first connection uses a random port via implicit binding, subsequent
connections might reuse the same port under current filtering rules,
leading to connect() failures.

Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
2025-04-24 14:10:27 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net: Enable dynamic allocation of tcp/udp/ipfwd buffer by default 2025-01-07 22:00:21 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp.h net/bufpool: Call init automatically on alloc 2025-01-07 22:00:21 +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 net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_close.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_conn.c net/tcp/tcp_conn.c: optimize the port conflict detection rules 2025-04-24 14:10:27 +08:00
tcp_connect.c tcp/tls: fix tcp tls bugs 2024-11-21 00:23:01 +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 net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_input.c tcp_input: remove tcp_callback(ABORT) when accept conn recv TCP_RESET 2024-12-31 09:43:35 +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: migrate to SPDX identifier 2024-09-12 01:08: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 net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_send_buffered.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +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 net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_shutdown.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
tcp_timer.c net/tcp_timer: remove tcp_callback(TIMEOUT) when accept conn timeout 2025-01-10 02:04:37 +08: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