pub const SOCK_NONBLOCK: c_int = 0o4_000;
Create a socket file descriptor with the O_NONBLOCK flag atomically set on the new open file description.
O_NONBLOCK