sjanc commented on issue #1170:
URL: https://github.com/apache/mynewt-nimble/issues/1170#issuecomment-1873924295

   Hi,
   
   We've been discussing this with @andrzej-kaczmarek a bit and have some 
thoughts on how using num complete packets could be implemented
   
   Since num complete packets is for all traffic, not only GATT we provide 
generic mechanism where sender would get ID which later could be matched in 
specific GAP event via listener,   this way both application and host would be 
able to use and match those,   ID tracking to num complete packets would be 
handled by host so that upper layer would only wait for specific ID to show up 
in listener.  Details on how this would be implemented are TBD, but we would 
prefer to avoid using TX mbuf for that (to not hold it until it is transmitted 
in case host and controller are split)
   
   
   As a short term solution for high throughput applications I'd suggest to 
feed data periodically and handle any NOMEM errors


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

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

Reply via email to