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
..
2024-09-12 17:15:13 +08:00
2024-09-12 01:08:11 +08:00
2024-09-12 01:08:11 +08:00
2024-09-12 01:08:11 +08:00
2024-09-12 01:08:11 +08:00
2024-09-12 01:08:11 +08:00
2024-09-12 01:08:11 +08:00
2024-08-22 01:56:26 +08:00