ccollins476ad opened a new pull request #2301:
URL: https://github.com/apache/mynewt-core/pull/2301


   This is a fix that I meant to include in the previous PR 
(https://github.com/apache/mynewt-core/pull/2300).  Sorry for the confusion!
   
   Prior to commit:
   
   When a managed TCP connection had no pending transmits, the code would
   enqueue another "tx" event.  As a result, the "tx" event would always be
   executing or enqueued!
   
   Fix:
   
   If a connection has no pending transmits, move on to the next
   connection.  Do not enqueue a "tx" event.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to