wolfssl-examples/dtls/bin-msgs
Juliusz Sosinowicz c7898d3195 DTLS 1.3 client and server examples
- Basic client
- Basic single-thread single-connection server
- Basic single-thread multiple-connection server using libevent

Compile wolfSSL with `./configure --enable-dtls --enable-dtls13 --enable-hrrcookie`.
Statelessness of server-dtls13-event tested by sending packets found in `dtls/bin-msgs` (`cat dtls/bin-msgs/CH1.bin | nc -u 127.0.0.1 11111 > /dev/null`)
2022-06-24 13:11:09 +02:00
..
CH1.bin DTLS 1.3 client and server examples 2022-06-24 13:11:09 +02:00
CH2.bin DTLS 1.3 client and server examples 2022-06-24 13:11:09 +02:00