19 return stream <<
"Std";
21 return stream <<
"Raw";
23 return stream <<
"<unknown>";
32 return stream <<
"Pair";
34 return stream <<
"Request";
36 return stream <<
"Reply";
38 return stream <<
"Publisher";
40 return stream <<
"Subscriber";
42 return stream <<
"Push";
44 return stream <<
"Pull";
46 return stream <<
"Surveyor";
48 return stream <<
"Respondent";
50 return stream <<
"Bus";
52 return stream <<
"<unknown>";
Receives messages from the publisher. Send operation is not defined.
Socket for communication with exactly one peer.
This socket is used to send messages to a cluster of load-balanced nodes. Receive operation is not im...
Used to implement the stateless worker that receives requests and sends replies.
Distribute messages to multiple destinations. Receive operation is not defined.
C++ Server project definitions.
Nanomsg C++ Library definition.
Used to send the survey. The survey is delivered to all the connected respondents.
Used to implement the client application that sends requests and receives replies.
Sent messages are distributed to all nodes in the topology. Incoming messages from all other nodes in...
std::ostream & operator<<(std::ostream &stream, Domain domain)
Stream output: Nanomsg domain.
Protocol
Nanomsg protocol.
Use to respond to the survey. This socket can be connected to at most one peer.
This socket is used to receive a message from a cluster of nodes. Send operation is not implemented o...
Standard full-blown socket.