Skip to main content

SOCK_NONBLOCK

Constant SOCK_NONBLOCK 

Source
pub const SOCK_NONBLOCK: c_int = 0o4_000;
Expand description

Create a socket file descriptor with the O_NONBLOCK flag atomically set on the new open file description.