diff options
Diffstat (limited to 'src/options.hpp')
-rw-r--r-- | src/options.hpp | 6 |
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; |