I think the title says most of it, but I am also interested in understanding what it takes to get DTLS support into asio if there is no existing solution

有帮助吗?

解决方案

ASIO itself does not support DTLS but there is a GitHub library asio_dtls which has added support (work-in-progress) into ASIO.

It was submitted to be added into ASIO but the author of ASIO hasn't been accepting new features into ASIO for awhile, most likely because of his efforts to submit ASIO into the C++ standard is taking up all of his spare time.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top