Re: Fwd: Proper API usage with DTLS over custom net transport

2022-10-21 Thread Matt Caswell
On 20/10/2022 20:33, Павел Балашов wrote: So now the questions: (1) If we receive some dtls data at the line above with '' what should we do in terms of OpenSSL API calls ?  I assume this dtls data could be a client's retransmission due to server's last flight was lost or this could be

Fwd: Proper API usage with DTLS over custom net transport

2022-10-20 Thread Павел Балашов
Hello, I would be really grateful if someone can point me in the right direction with proper OpenSSL API usage in the following scenario. I have a custom network transport - ICE (essentially UDP socket, as a part of typical WebRTC stack) and I need to implement a DTLS connection over it. So given