BIO_fd_should_retry

Decide whether a file-descriptor BIO I/O result should be retried.

Synopsis

Declared in <openssl/bio.h>

int
BIO_fd_should_retry(int i);

Return Value

Non-zero if the operation failed with a non-fatal condition and should be retried, or 0 otherwise.

Parameters

NameDescription
iReturn value from a read/write-style call (negative on error).