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