libzmq/include
Bob Beaty fcfad5682e Added Recovery Interval in Milliseconds
For very high-speed message systems, the memory used for recovery can get to
be very large. The corrent limitation on that reduction is the ZMQ_RECOVERY_IVL
of 1 sec. I added in an additional option ZMQ_RECOVERY_IVL_MSEC, which is the
Recovery Interval in milliseconds. If used, this will override the previous
one, and allow you to set a sub-second recovery interval. If not set, the
default behavior is to use ZMQ_RECOVERY_IVL.

Signed-off-by: Bob Beaty <rbeaty@peak6.com>
2010-12-09 21:42:58 +01:00
..
zmq_utils.h Prefix variables with "ac_zmq_" 2010-12-01 10:33:07 +01:00
zmq.h Added Recovery Interval in Milliseconds 2010-12-09 21:42:58 +01:00
zmq.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00