summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-26 18:30:03 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-26 18:30:03 +0200
commitcf815e8c785254d97190f223765fbbd19a1e6d52 (patch)
tree5b76f6ad2d5e71eab8491957321834b7b5183e7b /src/config.hpp
parentbe79a9fbc26a55c90b693485f69dfd17f710cb13 (diff)
new interfaces for timers; the implementation is not changed yet
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 81b5a2a..bceb41c 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -69,9 +69,13 @@ namespace zmq
// Maximum number of events the I/O thread can process in one go.
max_io_events = 256,
+// TODO: To be removed
// Maximal wait time for a timer (milliseconds).
max_timer_period = 100,
+ // How long to wait (milliseconds) till reattempting to connect.
+ reconnect_period = 100,
+
// 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