SOCK_NONBLOCK

Undocumented in source.
version(linux)
@safe
static if(!is(typeof(SOCK_NONBLOCK)))
enum SOCK_NONBLOCK = 0x800;

Meta