Decide whether a file-descriptor BIO I/O result should be retried.
Declared in <openssl/bio.h>
int
BIO_fd_should_retry(int i);
Non-zero if the operation failed with a non-fatal condition and should be retried, or 0 otherwise.
| Name | Description |
|---|---|
| i | Return value from a read/write-style call (negative on error). |