资源列表
[TCP/IP协议栈] TCP_chatting
说明:一个VC下的tcp多人网络聊天程序的源码,包括服务器端源代码和客户端源代码-Tcp under a VC multiplayer online chat program source code, including server-side source code and the client source code<ywei> 在 2025-06-18 上传 | 大小:382kb | 下载:0
[TCP/IP协议栈] fsp-2.8.1b24
说明:FSP(File Service Protocol)一种基于UDP的文件传输协议的实现及其文档,来自开源社区。-FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is v<Y> 在 2025-06-18 上传 | 大小:382kb | 下载:0
[TCP/IP协议栈] TCP-IP-complete.pdf.tar
说明:Gives Basic information of Unix Network Programming<greenhorn> 在 2025-06-18 上传 | 大小:380kb | 下载:0
[TCP/IP协议栈] UDPTCP
说明:该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th<李璞> 在 2025-06-18 上传 | 大小:379kb | 下载:0
[TCP/IP协议栈] ALGORITHMSofIPv6
说明:谈IPv6的邻居发现技术的发送算法及功能-this paper is talking about the ALGORITHMS of IPv6.<林场> 在 2025-06-18 上传 | 大小:381kb | 下载:1
[TCP/IP协议栈] TCP-IP-complete.pdf
说明:Learn all the basics in TCP/IP networking.-Learn all the basics in TCP/IP networking.<kilroy> 在 2025-06-18 上传 | 大小:378kb | 下载:0
[TCP/IP协议栈] x-net
说明:IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O<张本梁> 在 2025-06-18 上传 | 大小:380kb | 下载:0
[TCP/IP协议栈] TCP-Client-Test
说明:需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right<尚文> 在 2025-06-18 上传 | 大小:379kb | 下载:0