Report whether a system or socket error code is a non-fatal retryable I/O condition.
Declared in <openssl/bio.h>
int
BIO_err_is_non_fatal(unsigned int errcode);
1 if the error is considered non-fatal for BIO I/O, or 0 otherwise.
| Name | Description |
|---|---|
| errcode | Error code such as a value from errno / WSAGetLastError(). |