LEV_OPT_LEAVE_SOCKETS_BLOCKING

Flag: Indicates that we should not make incoming sockets nonblocking * before passing them to the callback.

extern (C) nothrow
enum LEV_OPT_LEAVE_SOCKETS_BLOCKING = (1u << 0);

Meta