开发者

Using a SOCKS proxy from C++ [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

How I can use a开发者_如何转开发 SOCKS proxy from my C++ socket program?


Your question is a bit vague, but I'll try to answer it anyway.

If found these links that might help you:

  • A C++ socket library - Includes an sample of a Web Proxy
  • Another C++ socket library - Includes also an example of Proxy

Using the SOCKS RFC and the cited links, you might be able to create a SOCKS proxy.

I don't like posting links as an answer but since you don't clearly state what you want to achieve, I can't really be more accurate...


Here, use the socks wrapper from code project: http://www.codeproject.com/KB/IP/Socks.aspx


http://www.codeproject.com/KB/IP/Socks.aspx - Socks Wrapper

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜