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) */
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';