Sets the file descriptor to non-blocking.
const SOCK_DONT_BLOCK: SockFlags = SockFlags(SOCK_NONBLOCK);
socket(2) and SOCK_NONBLOCK therein