mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
aad1a70bc5
Ref: On Linux, if SO_REUSEADDR(sk_reuse) is set for both sockets, port will not be regarded as inuse. https://github.com/torvalds/linux/blob/v6.1/net/ipv4/udp.c#L146 Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>