LEV_OPT_CLOSE_ON_FREE

Flag: Indicates that freeing the listener should close the underlying * socket.

extern (C) nothrow
enum LEV_OPT_CLOSE_ON_FREE = (1u << 1);

Meta