搜索资源列表
UDP Protocol
- 用UDP协议进行传输,并模拟rdt协议,以实现可靠数据传输-using UDP protocol transmission, and simulation rdt agreement, in order to achieve reliable data transmission
Email__UDP
- 基于UDP的可靠邮件系统,用java语言编写的-reliable UDP-based mail system, with the java language
UDP
- UDP实现的可靠数据传递的小程序。 考虑了丢包的几种可能性及其处理方法。
udp
- 用udp实现可靠数据传递,从本机固定位置读取一个文件,通过udp实现可靠传输
JAVAICQ
- 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP
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
src
- udp可靠文件传输 有源码 可运行 内部简要注释-udp secure file transfer have the source can be run within a brief comment. . . .
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.
SR-protocol-based-of-UDP-
- 基于UDP的SR协议,实现UDP的可靠数据传输-SR protocol based on UDP
UDPFlowControl
- 基于UDP的流量控制系统,可靠传输方面内容也合适,但是还有待完善。-UDP-based traffic control system, reliable transmission aspects are also appropriate, but has yet to be perfected.
pionttopointchat
- 基于UDP的简单通信程序,不提供可靠通信保证,一般适用于两人通信。-point to point chat based on UDP
Ohsce-master
- 一款高可靠性跨平台的PHP通信框架,对Windows友好且同时支持Linux和OS X。对TCP、UDP、ICMP、RS232/485通信,可轻松驾驭各种以太网应用和工业总线应用。OHSCE科学的平衡了高性能和高可靠性,天生分布式支持,特别适合应用于对可靠性和稳定性有较高要求的场景。如:物联网、工业与自动化工程、智能化工程、可靠网络服务。-A highly reliable cross platform PHP communication framework for Windows friend
JavaGroups-0.9.5
- JavaGroups是一个可靠的群组通讯Java工具包。它基于IP组播(IP multicast),但在可靠性,组成员管理上对它作了扩展。 JavaGroups的成员关系管理体现在: 1,可以知道组内有哪些成员 2,成员的加入,离开,掉线等的通知 JavaGroups的主要功能特征: - 组的创建与删除。组成员能在LAN或WAN环境内互相发送消息 - 组的成员加入或离开 - 组成员的检测和通知:加入,离开,掉线 - 检测与移除已掉线的成员 - 消息的组播 (member-to-
ueliable
- 用UDP协议进行传输,并模拟rdt协议,以实现可靠数据传输(Use the UDP protocol to transmit, and simulate the RDT agreement, in order to realize reliable data transmission)
fixldreadread
- 用udp实现可靠数据传递,从本机固定位置读取一个文件(Using udp to realize reliable data transmission, read a file from the machine fixed position)
834269
- 用UDP协议进行传输,并模拟rdt协议,以实现可靠数据传输()