You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: