SOCKS in C / C ++ or another language?

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

any grateful thanks

+2


a source to share


2 answers


You can try Boost.Asio . It contains an example implementation of the SOCKS4 protocol.



+6


a source


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

Google "Windows Sockets for Beginners msdn", great info for window sockets ...



If linux try C sockets over beej ... Just google beej guide for sockets ...

-3


a source







All Articles