3

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

Shmil The Cat
  • 4,548
  • 2
  • 28
  • 37
user239558
  • 6,964
  • 1
  • 28
  • 35
  • I was searching for `boost asio dtls` and came across this question and https://github.com/ging/licode/tree/master/erizo/src/erizo/dtls as a potential answer. – Greg Domjan Aug 28 '15 at 18:23

1 Answers1

1

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.

user4581301
  • 33,082
  • 7
  • 33
  • 54
Shane Powell
  • 13,698
  • 2
  • 49
  • 61