Decide whether a socket BIO operation should be retried after return value i.
Declared in <openssl/bio.h>
int
BIO_sock_should_retry(int i);
1 if the failure is retryable (EAGAIN/EINTR-style), or 0 otherwise.
| Name | Description |
|---|---|
| i | Result from a socket read/write (negative on error, or zero in some cases). |