-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
How is the retransmission of handshake messages done in tinydtls? Based on my testing (by dropping a handshake message manually on the client), there is currently no retransmission done automatically.
Do I need to call dtls_check_retransmit() after a certain period after sending the handshake message?
Also, I found the following in dtls.c. Does this mean that retransmitting handshake messages is still not supported?
https://github.com/eclipse/tinydtls/blob/d99fb8c4d9c80f67e6352bb009ef3a7d8b17e079/dtls.c#L1649-L1651
Metadata
Metadata
Assignees
Labels
No labels