RE: SSL_read, non-blocking sockets, and Windows.

2000-10-09 Thread James Gaskell
ketsReady = select( tSocketFD+1, &tSet, NULL, NULL, |&tTimeout); | |If not, the descriptor you are selecting on may be totally |wrong, so your |select() doesn´t works. | | |-Original Message- |From: James Gaskell <[EMAIL PROTECTED]> |To: 'SSLU' <[EMAIL PROTEC

SSL_read, non-blocking sockets, and Windows.

2000-10-09 Thread James Gaskell
sl/SSL_read.html but it just says: The calling process then must repeat the call after taking appropriate action to satisfy the needs of SSL_read(). The action depends on the underlying BIO. What SSL function acts like select() on ordinary sockets? Is there some kind of event I