algesten / str0m

A Sans I/O WebRTC implementation in Rust.
MIT License
334 stars 50 forks source link

Timeouts during DTLS handshake #565

Closed algesten closed 1 month ago

algesten commented 2 months ago

The openssl DTLS handshake does have internal timeouts that does resends. If we just poll the dtls subsystem, we will get resends. This PR adds a timeout during dtls handshake to poll for the resends.

Close #564