You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/03/28 12:08:33 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #1225: nimble/ll: Fix internal flow control for conn

andrzej-kaczmarek opened a new pull request #1225:
URL: https://github.com/apache/mynewt-nimble/pull/1225


   We need free credit if:
   in isr: credit is allocated but ll->hs flow control blocked allocation
   in task: credit was allocated for mbuf being freed (e.g. we allocate
            credits only for non-empty PDUs so we should not free a credit
            if this is an empty PDU)


-- 
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-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1225: nimble/ll: Fix internal flow control for conn

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #1225:
URL: https://github.com/apache/mynewt-nimble/pull/1225


   


-- 
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-unsubscribe@mynewt.apache.org

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