1 dtls协议RFC描述
https://tools.ietf.org/html/rfc4347
dtls简单描述以及抓包文件
https://wiki.wireshark.org/DTLS
2. 使用openssl 测试使用DTLS
openssl官网
http://www.openssl.org/
openssl git仓
https://github.com/openssl/openssl
代码样例
http://sctp.fh-muenster.de/dtls-samples.html
编译方法例如:
gcc dtls_sctp_echo.c -o dtls_sctp_echo -L. -lssl -lcrypto -ldl -pthread