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

any help appreciated thanks

link|improve this question

18% accept rate
feedback

2 Answers

up vote 6 down vote accepted

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

link|improve this answer
feedback

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...

link|improve this answer
5  
SOCKS not Sockets. – Alan May 13 '10 at 19:25
i want socks lib . thanks – Emma May 13 '10 at 19:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.