资源列表
ICMPprotocol
- 用c语言实现的ICMP协议,对理解TCP IP协议有很大的帮助-Using c language implementation of the ICMP protocol, TCP IP protocol on the understanding there is a great help
TCPIP
- 基于TwinCAT软件的倍福PLC中TCPIP协议通信程序,包括服务端,客户端程序-Beckhoff PLC communication program in the TCPIP protocol on the platform of TwinCAT ,including the server, the client program
contrib-1.3.0
- LWIP轻量级TCP/IP协议栈,基于操作系统上,-LWIP lightweight TCP/IP protocol stack, based on the operating system
SNTP
- 简单网络时间协议的程序C++语言实现,#include "SNTPClient.h" CSNTPClient client //声明CSNTPClient客户端类 client.RequestServer("210.72.145.44") //调用类接口连接国家授� � -Simple Network Time Protocol procedures for C++ language,# include " SNTPClient.h" CSNTPClie
Multicast
- MFC平台开发的组播的例子程序,例子对于快速进行组播的开发是很有帮助的-MFC platform developed multicast example program, for example, for the rapid development of multicast is helpful
socket
- http post通信,可以发送接收大容量文件-http post communications, you can send and receive large files
mympeg-patch-to-ns2.28
- patch to implement udp in ns2
基于TCP-IP协议的网络编程练习
- 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
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.
broadcast
- 网络广播实例代码,用于学习TCP/IP通信的实例代码。-broadcast examples.
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O