Re: [Openvpn-devel] Better understanding Proxy.c vs Socks.c

2004-07-16 Thread Derek Burdick
webmaster wrote: Hi, is it right, that proxy.c only is needed to establish a connection via the proxy. After that the communication is done via Socks.c? And what does /* format Socks CONNECT message */ buf[0] = '\x05';/* VER = 5 */ buf[1] = '\x01';/* CMD = 1 (CONNECT) */

[Openvpn-devel] Better understanding Proxy.c vs Socks.c

2004-07-16 Thread webmaster
Hi, is it right, that proxy.c only is needed to establish a connection via the proxy. After that the communication is done via Socks.c? And what does /* format Socks CONNECT message */ buf[0] = '\x05';/* VER = 5 */ buf[1] = '\x01';/* CMD = 1 (CONNECT) */ buf[2] = '\x00';