[GitHub] [mynewt-nimble] KKopyscinski commented on issue #586: l2cap coc: Add timer guard on the receiver side

2021-06-09 Thread GitBox
KKopyscinski commented on issue #586: URL: https://github.com/apache/mynewt-nimble/issues/586#issuecomment-857532339 The problem with missing frames is solved: both host and controller are working fine. Blestress was just configured not well enough: setting `BLE_ACL_BUF_SIZE:

[GitHub] [mynewt-nimble] KKopyscinski commented on issue #586: l2cap coc: Add timer guard on the receiver side

2020-08-05 Thread GitBox
KKopyscinski commented on issue #586: URL: https://github.com/apache/mynewt-nimble/issues/586#issuecomment-669183989 Ok, so disconnecting channel and returning error is sufficient - as it was. About first part, I wonder if it's actually possible to lose frames - shouldn't that been

[GitHub] [mynewt-nimble] KKopyscinski commented on issue #586: l2cap coc: Add timer guard on the receiver side

2020-08-05 Thread GitBox
KKopyscinski commented on issue #586: URL: https://github.com/apache/mynewt-nimble/issues/586#issuecomment-669144577 I periodically tested my solution with blestress - for larger amounts of data, frames were indeed missing, and triggered event was returning used credits. I think at

[GitHub] [mynewt-nimble] KKopyscinski commented on issue #586: l2cap coc: Add timer guard on the receiver side

2020-08-03 Thread GitBox
KKopyscinski commented on issue #586: URL: https://github.com/apache/mynewt-nimble/issues/586#issuecomment-667840316 Both cases should be fixed by this patch: https://github.com/apache/mynewt-nimble/pull/851 This is an