BIO_set_retry_reason

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

NameDescription
bioBIO that requested a special retry condition.
reasonRetry reason code (for example BIO_RR_CONNECT).