[#BIO_set_retry_reason] = BIO_set_retry_reason :mrdocs: Store a BIO_RR_* retry reason on a BIO (used by BIO methods after special I/O). == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BIO_set_retry_reason( xref:BIO.adoc[BIO]* bio, int reason); ---- == Parameters [cols="1,4"] |=== | Name| Description | *bio* | BIO that requested a special retry condition. | *reason* | Retry reason code (for example BIO_RR_CONNECT). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#