Re: [PR] net/tcp_timer: remove tcp_callback(TIMEOUT) when accept conn timeout [nuttx]

2025-01-08 Thread via GitHub
nuttxpr commented on PR #15477: URL: https://github.com/apache/nuttx/pull/15477#issuecomment-2579093272 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description **does not fully meet the NuttX req

[PR] net/tcp_timer: remove tcp_callback(TIMEOUT) when accept conn timeout [nuttx]

2025-01-08 Thread via GitHub
zhhyu7 opened a new pull request, #15477: URL: https://github.com/apache/nuttx/pull/15477 ## Summary 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 wit