This repository has been archived by the owner on May 18, 2022. It is now read-only.
Don't give up when missing the initial transmit window #77
Labels
area: link layer
Code Area: BLE Link Layer (establishing and maintaining connections, encryption, etc)
good first issue
Call for participation: Good for newcomers
status: needs code
An implementation or a bugfix need to be written
type: bug
Something isn't behaving as intended
Milestone
Currently the link layer will abort the connection when it does not receive the initial connect event:
rubble/rubble/src/link/connection.rs
Lines 338 to 345 in 0c219f5
This shouldn't happen. Instead, we should do what the comment suggests (and check it against the spec).
The effect of this bug is that establishing a connection can spuriously fail, so this is a reliability issue.
The text was updated successfully, but these errors were encountered: