资源列表
WinPcap_IPv6.rar
- WinPcap来捕获和分析IPv6数据包,WinPcap to capture and analyze IPv6 packets
igmp.rar
- 在tcp ip中igmp源代码的实现程序,Tcp ip in igmp source code in the realization of the procedure
proxy.rar
- 简单的多线程客户端透明的tcp代理服务器,A simple multithread transparent tcp proxy
VC_tcpIP.rar
- VC下的tcp多人网络聊天程序的源码,客户端和服务器端各有一个源程序。供网络编程爱好者参考。,Tcp under VC multiplayer online chat program source code, client and server have a source. Network Programming reference for enthusiasts.
Socket.rar
- 主要是进行socket建立Tcp/ip传输,并且也可以进行UDP的传输,Socket is mainly carried out to establish Tcp/ip transmission, and will be able to conduct UDP transmission
Stunner.zip
- Stun Client over TCP with VC,Stun Client over TCP with VC
TCPIP_Illustrated_V3.rar
- 《TCP/IP详解,卷3》第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议) HTTP (超文本传送协议) NNTP (网络新闻传送协议 UNIX域协议 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。 ," TCP/IP Detailed, Volume 3" Volume III covers the details of today' s TCP/IP
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
lwip.rar
- lwip-1.3.0 + lwip分析的三篇文章,希望对你有所帮助,lwip-1.3.0+ lwip analysis of the three articles you want to be helpful
Micrium-uC-TCP-IP.rar
- ucosII tcpip1.91协议栈, 利用IAR工具软件实现的列子,ucosII tcpip1.91 protocol stack, using IAR tools to achieve Liezi
udptest
- VC实现UDP协议发送信息,支持HEX格式和文本格式,-VC achieve UDP protocol to send information, support HEX format and text format
Angle
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如