1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-28 13:31:16 +01:00
coturn/examples
Pavel Punsky ae2673959b
Use single SSL_CTX for DTLS support (#996)
Similar to #989, use a single SSL context for all versions of DTLS
protocol

- Add support for modern API (protocol version independent APIs)
- Add DTLS test to the CI test
- Removing calls to `SSL_CTX_set_read_ahead` in DTLS context (does
nothing as DTLS is datagram protocol - we always get the whole datagram
so this call has no impact)

Fixes #924
2022-10-05 10:26:46 +02:00
..
2020-04-28 09:26:31 +00:00
2015-09-15 22:42:39 -07:00
2018-11-05 14:15:36 +00:00