From ba67eff167e94105b0975166a2192060ab125e58 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 15 Jul 2011 08:26:29 +0200 Subject: non-immediate_connect functionality removed It was used only by ROUTER socket. After its removal it became obsolete. Signed-off-by: Martin Sustrik --- src/options.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index a4a0bc6..f1982da 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -79,12 +79,6 @@ namespace zmq int rcvtimeo; int sndtimeo; - // If true, when connecting, pipes are created immediately without - // waiting for the connection to be established. That way the socket - // is not aware of the peer's identity, however, it is able to send - // messages straight away. - bool immediate_connect; - // If true, session reads all the pending messages from the pipe and // sends them to the network when socket is closed. bool delay_on_close; -- cgit v1.2.3