搜索资源列表
UDP轻松应用
- \"用户数据报协议\"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;\"传输控制协议\"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User D
udt.sdk.2.3.tar
- UDP的可靠传输项目UDT(开源),采用了类似TCP的华东窗口协议-UDP reliable transmission UDT (open source), adopted a similar TCP window of East China agreement
udt
- 基于UDP的可靠传输协议UDT在VC6下的编译实现.-based on UDP reliable transmission protocol UDT in VC6 the compiler to achieve.
udt.sdk.3.3.tar
- udt.sdk.3.3,UDP的可靠传输项目UDT(开源),采用了类似TCP的滑动窗口协议,在 udt.sdk.3.2 的基础上作了改进,使适用于网格计算.
UDPTrsmtFile
- 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。本文就说说如果保证可靠传输。 要实现无差错的传输数据,我们可以采用重发请求(ARQ)协议,它又可分为连续ARQ协议、选择重发ARQ协议、滑动窗口协议。本文重点介绍滑动窗口协议,其它的两种有兴趣的可参考相关的网络通信之类的书。 采用滑动窗
LiBaiMailServerBaseOnUDP
- 基于udp可靠数据传输的邮件服务器 ,采用的核心思想是sr协议
UDP
- 一种基于UDP的可靠传输协议分析与研究,编写UDP网络必看资料
模拟RUDP
- UDP可靠传输
udpsfile.rar
- 可靠的UDP文件传输,用C++builder实现的,Reliable UDP file transfer, using C++ Builder to achieve the
enet-1.3.1.tar
- ENET1.3.1开发包,主要解决UDP可靠传输问题-ENET1.3.1 development kits, mainly to solve the problem of reliable transmission of UDP
CTPNetDemo
- VC++6.0源代码,基于UDP协议的局域网内高速可靠传输-VC++6.0 source code, based on UDP protocol and reliable high-speed LAN transmission
eudp
- 改进的UDP协议,实现了文件可靠传输,软件课设答案-improved UDP protocol, which can transfer files reliablely.
uudp4realibled
- udp实现可靠传输的代码,开源的这是一个比较早的版本本,功能简单,使用方便,内有说明,已通过测试。 -udp achieve reliable transmission of the code, open source, which is an earlier version of this simple, functional, easy to use, instructions, has been tested.
rudp-1.2.3
- 基于upd的可靠传输协议,具有双向、高效、可靠的特点-udp-based Transfer Protocol
udt.sdk.4.11.tar
- 此工程是一个vs2010工程,此源码是用于网络通信,基于udp的可靠传输协议,有拥塞控制和流量控制-This project is a vs2010 project, this source is used for network communications, based udp reliable transport protocol, with congestion control and flow control
VTCP-Api
- vtcp1.0API,基于UDP不可靠传输实现方案-vtcp1.0 free
TCPoverUDPaVideoTranfer
- 在UDP协议的基础上实现了可靠传输机制,适合视频传输-In the UDP protocol implemented on the basis of a reliable transport mechanism for video transmission
UDP
- UDP 是User Datagram Protocol的简称, 中文名是用户数据报协议,是OSI(Open System Interconnection,开放式系统互联) 参考模型中一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务,IETF RFC 768是UDP的正式规范。(UDP is User Datagram Protocol, Chinese is the name of the user datagram protocol, OSI (Open System Interc
bears-tp(1)
- udp实现可靠传输,基于滑动窗口附带测试用例(UDP realizes reliable transmission)
可靠udp传输代码
- 可靠的udp传输代码,udt源码可靠传输