SOCK_NONBLOCK

set O_NONBLOCK

version(!Posix)
extern (C) nothrow @nogc
enum SOCK_NONBLOCK = 0x4000;

Meta