mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-11-04 04:10:00 +01:00 
			
		
		
		
	Merge pull request #256 from ianbarber/master
Removing old ECANTROUTE documentation
This commit is contained in:
		@@ -79,9 +79,6 @@ 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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -69,9 +69,6 @@ The provided 'socket' was invalid.
 | 
				
			|||||||
*EINTR*::
 | 
					*EINTR*::
 | 
				
			||||||
The operation was interrupted by delivery of a signal before the message was
 | 
					The operation was interrupted by delivery of a signal before the message was
 | 
				
			||||||
sent.
 | 
					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
 | 
					EXAMPLE
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -75,9 +75,6 @@ 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user