mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
ECANTROUTE error documented in zmq_sendmsg(3)
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
6b873d4ffd
commit
4bd335932c
@ -85,6 +85,9 @@ The operation was interrupted by delivery of a signal before the message was
|
|||||||
sent.
|
sent.
|
||||||
*EFAULT*::
|
*EFAULT*::
|
||||||
Invalid message.
|
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
|
EXAMPLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user