C/C++ 袜子或者另一种语言?
如何向我的应用程序添加 SOCKS 支持?我在哪里可以获得这些库?
任何帮助表示感谢
How do i add SOCKS support to my application? and where can i get the libs?
any help appreciated thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试 Boost.Asio 库。它包含示例 用SOCKS4协议实现。
You could try Boost.Asio library. It contains an example with SOCKS4 protocol implementation.
如果您想在 Windows 上尝试,VC++ 拥有广泛的支持。
Google“适用于初学者的 Windows 套接字 msdn”,有关 Windows 套接字的重要信息...
如果是 linux,请尝试 beej 的 C 套接字...只需 google beej 的套接字指南...
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...