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 2019/07/02 19:36:27 UTC

[GitHub] [mynewt-nimble] wes3 commented on issue #477: npl/riot: reduce default MSYS_1_BLOCK_SIZE to minimum

wes3 commented on issue #477: npl/riot: reduce default MSYS_1_BLOCK_SIZE to minimum
URL: https://github.com/apache/mynewt-nimble/pull/477#issuecomment-507816029
 
 
   @haukepetersen I can understand why you might want to try to come up with an absolute minimum number of buffers used by nimble but I think it might end up being a bit tricky. Unfortunately I do not know the host well enough to comment on what you have mentioned above so others would have to chime in.
   
   Regarding the controller: the controller does not require a mbuf to send an empty pdu; there is an empty pdu structure it uses for this. Of course, the controller needs a mbuf to receive something from the peer controller so if there are none available no data will flow in that direction. Note that the connection will still continue in this case; the controller simply does not ack the transmission and the transmission should keep being repeated by the peer controller until a mbuf is available for reception.
   
   I will see if I can dig up how the 292 was calculated.

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


With regards,
Apache Git Services