Re: [zeromq-dev] Protocol Plugins

2014-02-13 Thread Lyle Thompson
To: ZeroMQ development list Subject: Re: [zeromq-dev] Protocol Plugins On Wed, Feb 12, 2014 at 3:05 AM, Lyle Thompson lthomp...@ixiacom.com wrote: I guess nobody is interested in pluggable protocols. Thanks anyway. Making pluggable protocols in the core library is just a very hard thing. It would

Re: [zeromq-dev] Protocol Plugins

2014-02-12 Thread Lyle Thompson
, sending back the response. here is the RFC for socks5: http://www.ietf.org/rfc/rfc1928.txt I assume you only want to connect to TCP/IP, not UPD? On Wed, Feb 12, 2014 at 3:05 AM, Lyle Thompson lthomp...@ixiacom.commailto:lthomp...@ixiacom.com wrote: I guess nobody is interested in pluggable

Re: [zeromq-dev] Protocol Plugins

2014-02-11 Thread Lyle Thompson
I guess nobody is interested in pluggable protocols. Thanks anyway. From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Lyle Thompson Sent: Monday, February 10, 2014 3:11 PM To: ZeroMQ development list Subject: [zeromq-dev] Protocol Plugins Hi

[zeromq-dev] Protocol Plugins

2014-02-10 Thread Lyle Thompson
Hi ZeroMQ experts, I am investigating how one might add SOCKS proxy support to 0mq, and of course there are several options. But I was thinking that the most elegant would be to add support for a socks protocol to 0mq. I took a look at the source code, and I was a bit surprised to find that the