diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-24 14:36:40 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-24 14:36:40 +0100 |
commit | a2252de2bcecb672f09c8a5d0013cce23d1d404f (patch) | |
tree | 79e54107e3a7e4a5285f5873a95e0e177a48a0ae /include | |
parent | 8463b4d55e45ea29d5a23f867e7f1c0077279ee7 (diff) |
ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciled
There's only one option now -- ZMQ_RECOVRY_IVL --
and it's measured in milliseconds.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index aa16554..27aeb29 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -199,7 +199,6 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_LINGER 17 #define ZMQ_RECONNECT_IVL 18 #define ZMQ_BACKLOG 19 -#define ZMQ_RECOVERY_IVL_MSEC 20 /* opt. recovery time, reconcile in 3.x */ #define ZMQ_RECONNECT_IVL_MAX 21 #define ZMQ_MAXMSGSIZE 22 |