Using a SOCKS proxy from C++ [closed]

2019-06-17 06:39发布

How I can use a SOCKS proxy from my C++ socket program?

标签: c++ socks
3条回答
爷的心禁止访问
2楼-- · 2019-06-17 07:06

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

If found these links that might help you:

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

查看更多
家丑人穷心不美
4楼-- · 2019-06-17 07:11

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

查看更多
登录 后发表回答