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