Hi all,

I am trying to implement simple client-server application over UDP/DTLS with
one server handling multiple clients. I found the simple server-client
sample code for dtls, but haven't been able to figure out how can a single
server listening on a specific port can handle multiple client requests to
that port? I guess server reads data from socket using 'SSL_read'. How does
it figure out from which client the packet has come? What is the best way
for server to store/handle multiple SSL information of each client?

I have been stuck with this problem for sometime now. And I really
appreciate if anybody can throw some light on it.

Thanking you,
bikcupid
-- 
View this message in context: 
http://www.nabble.com/question-about-dtls-server-with-multiple-client-tp19440688p19440688.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to