Re: DTLS handshake messages

2013-12-11 Thread Fredrik Jansson
must that all the DTLS handshake messages should > be handled by single thread. Please let me know if anyone has done > something similar to this. > > Thanks, > Sravanthi >

DTLS handshake messages

2013-12-11 Thread Sravanthi
I'm planning to implement an application that has multiple threads. This application uses DTLS protocol. Can each DTLS handshake message go to different thread or is it must that all the DTLS handshake messages should be handled by single thread. Please let me know if anyone has done some