diff options
Diffstat (limited to 'doc/zmq_sendmsg.txt')
-rw-r--r-- | doc/zmq_sendmsg.txt | 3 |
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 |