Report whether a socket errno / WSA error is a non-fatal retryable condition.
Declared in <openssl/bio.h>
int
BIO_sock_non_fatal_error(int error);
1 if BIO socket I/O should retry, or 0 if the error is fatal.
| Name | Description |
|---|---|
| error | Platform socket error code (for example EAGAIN or WSAEWOULDBLOCK). |