mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
70489fe56b
when accept conn timeout, only accept conn itself should handle the event (send TCP_RESET), and there is no need to notify the listening conn. otherwise, the server's poll will return with POLLERR and POLLHUP. this may cause some applications to execute incorrect logic in the future. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>