搜索资源列表
fft2.0.rar
- 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
udp.rar
- 基于Winsock的udp文件传输,包含客户端和服务器端程序,Winsock-udp-based file transfer, including client and server-side programs
UDP
- 文件传输系统,基于VC++的UDP文件传输系统,应用VC++网络编程知识!-File transfer system, based on VC++ The UDP file transfer system, the application of VC++ network programming knowledge!
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
UDP-FilePoster
- 利用udp稳定进行大文件传输的实例,在vc6.0下编译通过。-Udp stability using large-file transfer example, under the vc6.0 compile.
udp
- linux下简单的UDP传输文件功能,有client,server,两个端口,先开起服务端,然后运行客服端。-UDP under linux simple function to transfer files, the client, server, two port, first started service client, and then run the customer service side.
UDP
- java轻松演示计算机网络客户端与服务端数据传送——UDP-easy demonstration of the computer network java client and server data transfer- UDP
UDP
- 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not
udp
- 用UDP实现可靠文件传输 用UDP实现可靠文件传输 -Use UDP to achieve a reliable file transfer
FilePoster
- udp文件传输 利用UDP协议进行局域网内的文件传输 用VC6实现-udp file transfer protocol using UDP LAN file transfer using VC6 to achieve
udp
- udp的一个简单的传输程序,很好用的,很方便,为刚刚接触编程的同学提供了方便。-udp transfer of a simple procedure
udp
- 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
UDP
- windows下基于VC++和UDP协议的数据接收程序,基于透明传输协议,mfc界面,带收到确认信号-windows Based on VC++ and UDP protocols data reception process, based on a transparent transfer protocol, mfc interface with receive a confirmation signal
udp
- 采用udp方式实现的数据传输,简单实用,修改后可以传输文件-Udp achieved by way of data transfer, simple and practical, you can transfer files modified
UDP
- 基于UDP协议的简单数据传输,三个.java 文件-Simple UDP based data transfer protocol
udp
- 扩展UDP实现可靠数据传输,使其对应用层提供可靠数据传输服务-Extend reliable UDP data transfer, the application layer to provide reliable data transmission services
client
- 基于PC机的UDP传输程序,此段是客户端部分-PC-based UDP transfer process, the client part of this section
UDP-file-transfer
- UDP 文件传输,实现大型文件的多传输功能,利用套接字和端口号进行传输-UDP file transfer, implementation of large file transfer capabilities and more, using the socket and port number for transmission
FilePoster-UDP-file-transfer
- udp文件传输,学习qq思想,局域网速度较快-udp file transfer, learning qq thought, LAN speed
UDP
- UDP通常用于每次传输少量或有实时需要的程序。-UDP is usually used to transfer a small amount of time needed to process or real-time.