In the non-blocking mode, is there a better way than watch return value of
BIO_do_accept() in a loop ?

Is there a way to be notified when a handshake is initiated from the client
? A kind of "WAITINCOMINGHANDSHAKE" which have a timeout ? Or nothing else ?

The OpenSSL documentation tells "calls to BIO_do_accept() will await an
incoming connection, or request a retry in non blocking mode."  This
indicate that a retry must be done but it's not what I looking for.


-- 
View this message in context: 
http://www.nabble.com/BIO_do_accept%28%29-in-non-blocking-mode---Better-way-than-loop%21--tp20751566p20751566.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