Commit 4bd33593 authored by Martin Sustrik's avatar Martin Sustrik

ECANTROUTE error documented in zmq_sendmsg(3)

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 6b873d4f
......@@ -85,6 +85,9 @@ The operation was interrupted by delivery of a signal before the message was
sent.
*EFAULT*::
Invalid message.
*ECANTROUTE*::
Message cannot be routed to the destination specified as the peer is either
dead or disconnected. This error makes sense only with ZMQ_ROUTER socket.
EXAMPLE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment