From 28f3e87fc6c8c5c7046234bf9a08ae62f26d7f3a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 17 Feb 2011 10:33:38 +0100 Subject: Add delay before reconnecting So far ZMQ_RECONNECT_IVL delay was used only when TCP connect failed. Now it is used even if connect succeeds and the peer closes the connection afterwards. Signed-off-by: Martin Sustrik --- src/config.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.hpp') diff --git a/src/config.hpp b/src/config.hpp index 1db3bb6..ef75508 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -65,9 +65,6 @@ namespace zmq // Maximum number of events the I/O thread can process in one go. max_io_events = 256, - // Should initial connection attempts be delayed? - wait_before_connect = false, - // Maximal delay to process command in API thread (in CPU ticks). // 3,000,000 ticks equals to 1 - 2 milliseconds on current CPUs. // Note that delay is only applied when there is continuous stream of -- cgit v1.2.3