[zeromq-dev] ZMQ_LINGER socket option

Martin Sustrik sustrik at 250bpm.com
Mon Oct 18 16:25:48 CEST 2010


Hi Gonzalo,

>> The option is available in master.
>
> I just took a look at this change and have a question. Should it be
> protected with VERSION macros in any way? Or it just goes into master
> and that's it?

The option will arrive in 2.1.0 version meaning that you should do this:

#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(2,1,0) ...

Martin




More information about the zeromq-dev mailing list