summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-15 08:26:29 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-15 08:26:29 +0200
commitba67eff167e94105b0975166a2192060ab125e58 (patch)
treefc4c04a9a0ba10ab2e084a76976a3e8bcf3df674 /src/options.hpp
parent364839f3e66df567172af239ac7476af4d9260eb (diff)
non-immediate_connect functionality removed
It was used only by ROUTER socket. After its removal it became obsolete. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp6
1 files changed, 0 insertions, 6 deletions
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;