2

如何将 SOCKS 支持添加到我的应用程序?我在哪里可以得到库?

任何帮助表示感谢

4

2 回答 2

6

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

于 2010-05-13T19:32:35.780 回答
-3

如果您想在 Windows 上试用,VC++ 有广泛的支持。

谷歌“适用于初学者的 Windows 套接字 msdn”,有关 Windows 套接字的重要信息......

如果是 linux,请尝试 beej 的 C 套接字...只需 google beej 的套接字指南...

于 2010-05-13T19:23:49.123 回答