NN_SOCKTYPE_FLAG_NOSEND

Specifies that the socket type can never be used to send messages

extern (C) @system nothrow @nogc
enum NN_SOCKTYPE_FLAG_NOSEND = 2;

Meta