Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for DTLS non-blocking program example (C/C++)

Tags:

openssl

dtls

I am learning to use SSL & UDP. After some extensive search, I couldn't find many sample programs to test and study. In fact, the only one I found is this.

http://openssl.6102.n7.nabble.com/DTLS-examples-td2143.html

However, although the author claimed it is non-blocking, after reading the code I don't think it is what we usually mean because it does not use select() or poll() at all. Would like to have some help here, really appreciated.

like image 643
user180574 Avatar asked Mar 01 '13 23:03

user180574


1 Answers

Here are the code samples I found

dtls samples

Hope this helps.

like image 105
onizukaek Avatar answered Oct 20 '22 16:10

onizukaek