timers properly implemented

This commit is contained in:
Martin Sustrik
2010-09-26 21:42:23 +02:00
parent 8d7bf6684c
commit 238640a526
15 changed files with 113 additions and 193 deletions

View File

@@ -69,10 +69,6 @@ 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,