On 12/07/2010 06:05 PM, Bob Beaty wrote: > Gonzalo, > I was working on reducing the memory usage of the standard ZMQ_PUB socket, > and wanted to be able to set the ZMQ_RECOVERY_IVL value to less than a > second. Currently, it is an int64_t of seconds, so can't represent anything > less than a second. > Steven had an idea for allowing sub-second recovery intervals, and Martin > asked me to come up with a patch. I just sent it in this morning, but it's > working wonderfully in my code. > So it's very new, and not in any tagged version (yet).
I just have to decide whether the value should be signed or unsiged (see my previous email). Once that is clear, I'll commit the patch. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
