Re: Blocking on a non-blocking socket?
udhayakumar <udhayakumar-lPYBU9dLbzqBUy7/[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.user |
|---|---|
| Message-ID | <[email protected]> |
hi Wiebe Cazemier, The flag SSL_MODE_AUTO_RETRY will cause read/write operations to only return after the handshake and successful completion. if cable is unplugged connection got broken until re-authentication it's holding read/write operations i think. / udhay!. On 5/23/24 7:52 AM, Wiebe Cazemier via openssl-users wrote: > e only SSL modes I change from the default is that I