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

   
   
   ## Summary
   
   net/tcp: wave hands on background
   
   The time consuming of tcp waving hands(close(2)) will be affected
   by network jitter, especially the wireless device cannot receive
   the last-ack under worst environment, in this change we move the
   tcp close callback into background and invoke the resource free
   from workqueue, which will avoid the user application from being
   blocked for a long time and unable to return in the call of close
   
   Signed-off-by: chao.an <anc...@xiaomi.com>
   
   ## Impact
   
   tcp close
   
   ## Testing
   
   iperf test


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