engdavidiogo commented on issue #16044: URL: https://github.com/apache/nuttx/issues/16044#issuecomment-2756373988
I didn’t pay close attention to comparing the **defconfig**, but the description of the `NET_TCPBACKLOG` option already explains the situation quite clearly: > "Incoming connections pend in a backlog until `accept()` is called. > The size of the backlog is selected when `listen()` is called." As far as I could understand, without this option enabled, `listen()` does not create the pending connection queue, and as a result, `select()` fails to detect incoming connections — returning 0 even when a client is trying to connect. Thank you very much for the help with the analysis! I’ll go ahead and close the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
