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