Discussion:
[zeromq-dev] No documentation for sockets options ZMQ_SOCKS_PROXY and ZMQ_BLOCKY
Peter Kleiweg
2016-11-07 10:06:41 UTC
Permalink
Of the new socket options mentioned in the release notes for
ZeroMQ 4.2, the options ZMQ_SOCKS_PROXY and ZMQ_BLOCKY are not
documented in either zmq-getsockopt or zmq-setsockopt.

Should I ignore these?

(I'm updating Go bindings zmq4 for version 4.2)
--
Peter Kleiweg
http://pkleiweg.home.xs4all.nl/
Peter Kleiweg
2016-11-07 10:37:27 UTC
Permalink
Post by Peter Kleiweg
Of the new socket options mentioned in the release notes for
ZeroMQ 4.2, the options ZMQ_SOCKS_PROXY and ZMQ_BLOCKY are not
documented in either zmq-getsockopt or zmq-setsockopt.
Should I ignore these?
(I'm updating Go bindings zmq4 for version 4.2)
But there is a context option ZMQ_BLOCKY, not a socket option.
--
Peter Kleiweg
http://pkleiweg.home.xs4all.nl/
Luca Boccassi
2016-11-07 15:35:03 UTC
Permalink
Post by Peter Kleiweg
Post by Peter Kleiweg
Of the new socket options mentioned in the release notes for
ZeroMQ 4.2, the options ZMQ_SOCKS_PROXY and ZMQ_BLOCKY are not
documented in either zmq-getsockopt or zmq-setsockopt.
Should I ignore these?
(I'm updating Go bindings zmq4 for version 4.2)
But there is a context option ZMQ_BLOCKY, not a socket option.
Yes good spot, that's a mistake from me when compiling the release
notes, sorry about that.

I've fixed it now.

I've also opened an issue for the lack of documentation of
ZMQ_SOCKS_PROXY.

Kind regards,
Luca Boccassi

Loading...