diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_send.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/zmq_send.txt b/doc/zmq_send.txt index 2b51953..c631113 100644 --- a/doc/zmq_send.txt +++ b/doc/zmq_send.txt @@ -79,6 +79,9 @@ The provided 'socket' was invalid. *EINTR*:: The operation was interrupted by delivery of a signal before the message was sent. +*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 |