anchao opened a new pull request #1054:
URL: https://github.com/apache/incubator-nuttx/pull/1054


   ## Summary
   In some extreme scenarios(eg. crash, reboot, reset, etc...),
   an established connection cannot guarantee that the port can be
   closed properly, if we try to reconnect quickly after reset, the
   connection will fail since the current port is same as the
   previous one, the previous port connection has been hold on server side.
   
   dynamically apply for the port base to avoid duplication.
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to