XinStellaris opened a new pull request, #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154

   Signed-off-by: 田昕 <[email protected]>
   
   ## Summary
   tcp_selectport choose initial port based on system time, this is not so 
random if a tcp connection is established just after system is booted. 
Especially when we have a relatively low freq cpu timer(in our case, 10ms per 
tick).
   If tcp port remains the same after a reset, there is a great chance tcp 
connection fails.
   
   ## Impact
   tcp port selection, tcp connection
   
   ## Testing
   Vela tested
   


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

Reply via email to