开发者

SOCKS in C/C++ or another language?

开发者 https://www.devze.com 2022-12-30 18:54 出处:网络
How do i add SOCKS support to my application? and where can i get the libs? 开发者_JAVA百科any help appreciated thanksYou could try Boost.Asio library. It contains an example with SOCKS4 protocol imp

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

开发者_JAVA百科

any help appreciated thanks


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号