SOCKS in C/C++ or another language?

北战南征 提交于 2019-12-12 18:50:48

问题


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

any help appreciated thanks


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/2829637/socks-in-c-c-or-another-language

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!