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