LEV_OPT_REUSEABLE

Flag: Indicates that we should disable the timeout (if any) between when * this socket is closed and when we can listen again on the same port.

extern (C) nothrow
enum LEV_OPT_REUSEABLE = (1u << 3);

Meta