fjpanag commented on PR #7525:
URL: https://github.com/apache/incubator-nuttx/pull/7525#issuecomment-1303255892

   Previously, when `CONFIG_NET_SOLINGER` was enabled, there was some 
functionality to drop an old connection and reuse it.
   
   I believe this has no meaning now, as we cannot really run out of 
connections (as easily before at least), and since there is no free connections 
lists, the connection is nowhere to be returned.
   
   Also, as there will never be any free connections, this will trigger this 
code every time, causing old connections to be dropped constantly, instead of 
only when actually needed.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to