Skip to content

Using retransmission timer #26

@pokgak

Description

@pokgak

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions