资源列表
Client
- 基于局域网的聊天系统的客户端,采用TCP IP协议。-基于局域网的聊天系统的客户端。
STM32+J60intente
- STM32+J60 网络程序 可PIN 可TCP-HTTP-STM32+ J60 network program can be PIN can be TCP-HTTP
ipv6
- 详细讲述了ipv6向ipv4过渡的三种技术,双栈协议,隧道技术以及NAT-PT技术。以及今后两种协议的部署方案-Details about ipv6 to ipv4 transition three technologies, dual stack, tunneling and NAT-PT technology. And the two protocols in the future deployment scenarios
E03-AsyncChat
- TCP/IP网络异步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network asynchronous communication, like instant messaging tool QQ network, server and client interface and programming.
Socket
- Socket的使用,实现通过socket的点对点通信-the use of Socket to show peer to peer connection
ICMPprotocol
- 用c语言实现的ICMP协议,对理解TCP IP协议有很大的帮助-Using c language implementation of the ICMP protocol, TCP IP protocol on the understanding there is a great help
contrib-1.3.0
- LWIP轻量级TCP/IP协议栈,基于操作系统上,-LWIP lightweight TCP/IP protocol stack, based on the operating system
Multicast
- MFC平台开发的组播的例子程序,例子对于快速进行组播的开发是很有帮助的-MFC platform developed multicast example program, for example, for the rapid development of multicast is helpful
mympeg-patch-to-ns2.28
- patch to implement udp in ns2
vpn-udp-0.1.1.tar
- VPN using TCP packet splitted in UDP
selective
- 计网,选择性重传协议源代码,考虑了数据包的发送效率。-Total net, selective retransmission protocol source code, taking into account the efficiency of the data packets to send.
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O