jonas-schievink/rubble
Ver no GitHubDon't give up when missing the initial transmit window
Open
#77 aberto em 28 de set. de 2019
area: link layergood first issuestatus: needs codetype: bug
Métricas do repositório
- Stars
- (403 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Currently the link layer will abort the connection when it does not receive the initial connect event:
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.