views:

156

answers:

3

How do i add SOCKS support to my application? and where can i get the libs?

any help appreciated thanks

A: 

VC++ has extensive support if you want to try on Windows.

Google "Windows sockets for beginners msdn", great info for windows sockets...

If linux, try C sockets by beej... Just google beej's guide for sockets...

Anony
SOCKS not Sockets.
Alan
i want socks lib . thanks
Emma
+6  A: 

You could try Boost.Asio library. It contains an example with SOCKS4 protocol implementation.

Kirill V. Lyadvinsky
A: 

You can check HERE. I am not sure about the quality, but at least you can optimize the code if needed.

Incognito