Re: [zeromq-dev] How to connect to remote zeromq socket through localhost socks proxy?

2013-10-30 Thread Diego Duclos
This socket was renamed to ZMQ_STREAM, you should probably look into that. See this mail from Pieter from a while back for details: http://comments.gmane.org/gmane.network.zeromq.devel/19547 On Wed, Oct 30, 2013 at 10:06 AM, Full Name wrote: > I'm trying to connect to a remote zeromq program o

Re: [zeromq-dev] How to connect to remote zeromq socket through localhost socks proxy?

2013-10-30 Thread Pieter Hintjens
On Wed, Oct 30, 2013 at 10:06 AM, Full Name wrote: > This option [ZMQ_ROUTER_RAW] is deprecated, please use ZMQ_STREAM sockets > instead. Indeed. You'll probably be the first person to try using ZMQ_STREAM over a socks proxy, so my advice would be to study how this works using normal TCP sock