[zeromq-dev] ZMQ_LINGER socket option
Martin Sustrik
sustrik at 250bpm.com
Mon Oct 18 16:50:35 CEST 2010
On 10/18/2010 04:44 PM, gonzalo diethelm wrote:
> Right. My question was: should the definition and use of this in 0MQ
> itself (zmq.h and options.cpp) be protected in any way with VERSION
> macros?
No. We are using branches and tags to manage the versions.
Individual bindings are free to use branch/tag mechanism as well,
however, ZMQ_VERSION macros are introduced with the idea that binding
developers are not working full-time on the project and don't have
sufficient resources to administer the process of tagging, branching and
version management.
Thus they can use ZMQ_VERSION that is cheap and kind of nasty :)
Martin
More information about the zeromq-dev
mailing list