mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +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.
|
||||
*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
|
||||
|
Loading…
x
Reference in New Issue
Block a user