SOCK_CLOEXEC

set FD_CLOEXEC

version(!Posix)
extern (C) nothrow @nogc
enum SOCK_CLOEXEC = 0x8000;

Meta