BIO_fd_non_fatal_error

Report whether a file-descriptor errno is a non-fatal retryable I/O condition.

Synopsis

Declared in <openssl/bio.h>

int
BIO_fd_non_fatal_error(int error);

Return Value

1 if the error is considered non-fatal for fd BIO I/O, or 0 otherwise.

Parameters

NameDescription
errorError code such as a value from errno.