From dbd58f8e151681dfe210af93be3e2b72c10dc40f Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 5 Jun 2013 12:42:25 +0200 Subject: [PATCH] Fixed out-of-date reference --- doc/zmq_socket.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt index 6c8712b7..708d9777 100644 --- a/doc/zmq_socket.txt +++ b/doc/zmq_socket.txt @@ -147,7 +147,7 @@ message before passing it to the application. Messages received are fair-queued from among all connected peers. When sending messages a 'ZMQ_ROUTER' socket shall remove the first part of the message and use it to determine the _identity_ of the peer the message shall be routed to. If the peer does not exist anymore -the message shall be silently discarded by default, unless 'ZMQ_ROUTER_BEHAVIOR' +the message shall be silently discarded by default, unless 'ZMQ_ROUTER_MANDATORY' socket option is set to '1'. When a 'ZMQ_ROUTER' socket enters the 'mute' state due to having reached the