Function
GLibunix_set_fd_nonblocking
Description
Control the non-blocking state of the given file descriptor,
according to nonblock
. On most systems this uses O_NONBLOCK
, but
on some older ones may use O_NDELAY
.
Available since: | 2.30 |
Control the non-blocking state of the given file descriptor,
according to nonblock
. On most systems this uses O_NONBLOCK
, but
on some older ones may use O_NDELAY
.
Available since: | 2.30 |