From 4bd335932ce8c6457dddb7aa2a5e631974eb9b61 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 21 Jul 2011 19:14:39 +0200 Subject: ECANTROUTE error documented in zmq_sendmsg(3) Signed-off-by: Martin Sustrik --- doc/zmq_sendmsg.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3