From 43620b3d35e3f3a6e49046fdc0426651bf58dedb Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 14 Feb 2010 13:34:48 +0100 Subject: Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect --- src/options.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index 541e6e8..6d9be4d 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -56,6 +56,12 @@ namespace zmq bool requires_in; bool requires_out; + // 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, socket requires tracerouting the messages. bool traceroute; }; -- cgit v1.2.3