NN_SOCKTYPE_FLAG_NORECV

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

extern (C) @system nothrow @nogc
enum NN_SOCKTYPE_FLAG_NORECV = 1;

Meta