我正在尝试为SCTP连接做DTLS实现。我在web上搜索了一下,发现很多实现都引用了link。但是这个链接不起作用。
http://sctp.fh-muenster.de/dtls-samples.html。
有人可以使用openSSL在SCTP上分享DTLS的示例代码吗?openssl的文档非常冗长,并没有很好地记录所有的API。
发布于 2017-02-21 18:06:54
我找到了DTLS SCTP示例代码的web归档
http://web.archive.org/web/20150617012520/http://sctp.fh-muenster.de/dtls-samples.html
https://stackoverflow.com/questions/42359647
复制相似问题