Store a BIO_RR_* retry reason on a BIO (used by BIO methods after special I/O).
Synopsis
Declared in <openssl/bio.h>
void
BIO_set_retry_reason(
BIO* bio,
int reason);
Parameters
Name |
Description |
bio |
BIO that requested a special retry condition. |
reason |
Retry reason code (for example BIO_RR_CONNECT). |
Created with MrDocs