On Tue, Mar 25, 2014 at 12:16 PM, Alexey Melnichuk <[email protected]> wrote:
> Is zmq_proxy_steerable is part of ZeroMQ 4.0.4+ API? > There no documentation for this function in 4.0. Indeed, I've backported the man page. Thanks for noticing that. It will be in 4.0.5. > Do bindings shuld provide this function or it is just experemental API? it's documented (now), so bindings may provide it if they want to. In CZMQ for instance I rewrote my own proxy code, as it was simpler than wrapping the steerable function. > Also documentation on zeromq.org for `zmq_proxy_steerable` for 4.1.0 is out > of date. My fault, I haven't updated that site for a while. Am doing this now... > Also my test[1] fail for current libzmq-4x master (Windows and Linux) but it > pass for libzmq master (4.1.0). I see... it may be a problem with the backport. The code should be identical for 4.1.x and 4.0.x now. How do we investigate this? -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
