[zeromq-dev] Connecting through a SOCKS proxy
Pieter Hintjens
ph at imatix.com
Mon Apr 15 21:01:16 CEST 2013
On Mon, Apr 15, 2013 at 7:07 PM, Evan Gates <evan.gates at gmail.com> wrote:
> I need to connect through a SOCKS proxy. What's the best way to do this? I
> suspect I'll need to use ZMQ_ROUTER_RAW, talk socksy to it, then switch raw
> back off. Only problem is we're using 3.2.2 as it's the latest stable
> release, which doesn't include the ZMQ_ROUTER_RAW option.
Right.
You might consider backporting that patch to your own fork of 3.2
stable. We don't bring new features into stable releases, only bug
fixes, so if you want the raw feature in an official package, it'll be
in 3.3.
-Pieter
More information about the zeromq-dev
mailing list