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 2017/10/23 23:10:33 UTC

[GitHub] ccollins476ad opened a new pull request #636: BLE socket transport - don't drop large frames.

ccollins476ad opened a new pull request #636: BLE socket transport - don't drop large frames.
URL: https://github.com/apache/mynewt-core/pull/636
 
 
   For large incoming ACL packets, the "current offset" field was rolling over, making it look like the packet was being dropped.  The fix is to change the offset member from `uint8_t` to `uint16_t`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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