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<[email protected]> 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
