资源列表
Server-VC
- 自己编制的VC网络通讯服务器程序,可以作为网络消息的中转站,也适合即时通讯。-The program is based on VC.It is designed by communication server,and can use for message transfer server.
proxyServer
- 代理服务器,支持多浏览器同时使用,URL包括用户名及端口,有黑名单功能-Forward HTTP data from browser to web server,Record and display related information,Forbid the access to sites in black list. Support multiple browsers concurrently,URL can contain domain name and port number,If br
proxy.tar
- 代理最原始的代码,很有代表性。认真学习会对你的提高有很大的帮助。-this is a code for proxy.you can read this code to learn net program.
Socks2HTTP
- socks2HTTP IP代理软件功能强大稳定- Windows 98, Windows ME, Windows NT 4.0, Windows 2000, Windows XP or Windows Server 2003 - about 4 megabytes of free space on hard disk - about 260 megabytes of free memory to process RAR 2.9 and 3.x archives
ConsoleApplication1
- 简单代理,通过csharp实现,使用了异步模式-proxy write by csharp
ntp_proxy
- ntp proxy example code
sock5
- socket proxy代理代码,包括服务器和客户端-socket proxy source code,include server and client
PCProxyDLL
- 网络代理技术源代码,可以学习代理技术,适合做网络代理技术的人员学习-net proxy dll tec , stduy proxy
CPPEventSample
- C++代理机制实现例子。代理分为不同的类型,可以作为学习这方面技术的参考。-useful demo for C++ Delegate.
Proxy
- Proxy Program It is Made startgoora His Blog is http://blog.naver.com/startgoora Thanks to use this program
delphifr_TCP-PORT-MAPPER___Page_2
- cette source n est pas de moi , je crois elle pourrait nous aider Tcp port mapper
socks5
- 用状态机来写一个socks5代理服务器,为了移植性和很多新手都在用windows,异步驱动我就只用select而没用epoll。-I have written a Proxy Socks5 server by using finite-state machine. Because of the so many people are studying under Windows, I just implement it by select not by epoll.