[zeromq-dev] Renaming ZMQ_RECONNECT_IVL_MAX in 3.0

Martin Sustrik sustrik at 250bpm.com
Mon Apr 11 12:59:29 CEST 2011


On 04/09/2011 11:58 AM, Pieter Hintjens wrote:
> You can then also use ZMQ_MSGSIZE_MAX for consistency. That way all
> limits can be ZMQ_something_MAX.
>
> On Sat, Apr 9, 2011 at 11:57 AM, Pieter Hintjens<ph at imatix.com>  wrote:
>> Martin,
>>
>> A minor suggestion, use ZMQ_RECONNECT_MAX, it looks neater.
>>
>> BTW, nice work on cleaning up the socket options for 3.0.

The thing is that ZMQ_RECONNECT_IVL_MAX is paired to another option 
called ZMQ_RECONNECT_IVL.

So we can either have ZMQ_RECONNECT and ZMQ_RECONNECT_MAX or 
ZMQ_RECONNECT_IVL and ZMQ_RECONNECT_IVL_MAX.

Martin



More information about the zeromq-dev mailing list