Set or clear non-blocking mode on a socket file descriptor.
Declared in <openssl/bio.h>
int
BIO_socket_nbio(
int fd,
int mode);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| fd | Socket descriptor to configure. |
| mode | Non-zero to enable non-blocking I/O; 0 to disable. |