NN_PIPEBASE_PARSED

Specifies that received message is already split into header and body. This flag is used only by inproc transport to avoid merging and re-splitting the messages passed with a single process.

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

Meta