Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTLS retransmit too fast #1

Open
mcr opened this issue Feb 5, 2019 · 0 comments
Open

DTLS retransmit too fast #1

mcr opened this issue Feb 5, 2019 · 0 comments
Assignees

Comments

@mcr
Copy link
Collaborator

mcr commented Feb 5, 2019

The DTLS code in openssl starts the retransmit timer at 1s, and does exponential backoff to a limit of 60s.
This needs to be increases for 802.15.4 speeds.
The question of why the first transmit is 1 large packet, and subsequent packets are 5-pieces is also concerning, and has been reported at: openssl/openssl#8166

@mcr mcr self-assigned this Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant