From e8e2944f45eab3e22dc46ceac3225a886ca468ad Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 17 Oct 2010 09:54:12 +0200 Subject: ZMQ_RECONNECT_IVL socket options added. 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 3f57be2..7d5ce52 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -69,9 +69,6 @@ namespace zmq // Maximum number of events the I/O thread can process in one go. max_io_events = 256, - // How long to wait (milliseconds) till reattempting to connect. - reconnect_period = 100, - // Should initial connection attempts be delayed? wait_before_connect = false, -- cgit v1.2.3