summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-21 19:14:39 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-21 19:14:39 +0200
commit4bd335932ce8c6457dddb7aa2a5e631974eb9b61 (patch)
tree47924795b721cb53ea9279f2459d83ec6fa4d8f6 /doc
parent6b873d4ffdd13263f184ca046565168f0ad66a6b (diff)
ECANTROUTE error documented in zmq_sendmsg(3)
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_sendmsg.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/zmq_sendmsg.txt b/doc/zmq_sendmsg.txt
index ddf585c..7995304 100644
--- a/doc/zmq_sendmsg.txt
+++ b/doc/zmq_sendmsg.txt
@@ -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