搜索资源列表
基于Reliable UDP的应用层数据传输传输协议
- 基于Reliable UDP的应用层数据传输传输协议。可避免TCP/UDP的缺陷,适合大量数据传输。
udpsfile.rar
- 可靠的UDP文件传输,用C++builder实现的,Reliable UDP file transfer, using C++ Builder to achieve the
udp4realible
- udp实现可靠传输的代码,开源的这是一个比较早的版本,功能简单,使用方便,内有说明-udp achieve reliable transmission of the code, open source is a relatively early version, features simple, easy to use, there are notes
udt.4.4.win32_with_VC6
- udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开
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
20071115585
- 用java实现飞鸽传书的源码文件,通过udp协议,参考该源码可以解决文件传输的高可靠要求。-Using java to achieve Dove Chuanshu source documents, through udp agreement can be resolved with reference to the source of highly reliable file transfer request.
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
reliable-udp
- This a Reliable UDP recent spec-This is a Reliable UDP recent spec
udt.sdk.4.5a.win32
- UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 - UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications ove
udt4
- udp实现的可靠文件传输. 我从网上下载到的,和大家一起分享. -udp achieve reliable file transfer. I downloaded from the Internet, and share with everyone. He He Ha ha ha
Approaches
- Reliable UDP approaches
udp
- 扩展UDP实现可靠数据传输,使其对应用层提供可靠数据传输服务-Extend reliable UDP data transfer, the application layer to provide reliable data transmission services
ReliableUDP
- 在高速数据传输网络中.UDP协议有着其它数据传输协议无法比拟的优势,但也存在着传输可靠性差的问题。文章在细致分析UDP协议特点的基础上,对其关键技术进行了改进,设计出了一种新的可靠UDP协议,大大提高了数据传榆的可靠性。-In the high-speed data transmission network. UDP protocol with other data transfer protocol can not match advantage, but there is also the
reliable-udp
- 可以信赖的udp传送,用udp实现可以信赖的传输功能-reliable udp
reliable-udp-transport-tech
- 一个pdf文档,采用c++详细介绍了如何使用UDP来进行文件传输时克服其容易丢包的弱点。很实用简单-A pdf document using c++ described in detail how to use UDP to transfer files to overcome the weakness of its easy loss. Very practical and simple。
reliable-udp-multcast
- udp reliable data transmission chat multicast
UDP通讯
- udp通讯类封装 源代码,用udp实现带效验的可靠传输(UDP communication package source code, to achieve reliable transmission with results by UDP)
可靠 UDP 传输
- 对使用udp完成可靠传输实现的介绍,以及对拥塞控制的简介(An introduction to the implementation of a reliable transmission with UDP and a brief introduction to congestion control)
kcp
- c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)