文件名称:GoBackN
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-04-26
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- 邹*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Go-back-N策略的基本原理:当接收方检测出时序的信息后,要求发送方重发最后一个正确接受的信息帧之后的所有未被确认的帧;或者当发送方发送了n个帧后,若发现该n帧的前一帧在计时器超时区间内仍未返回其确认信息,则该帧被判定为出错或丢失,此时发送方不得不重新发送该出错帧及其后的n帧。-Go-Back-N strategy of the basic principle: when the receiver to detect the timing information, request sender resend a final right to accept the information fr a me after all unacknowledged fr a mes or when the sender sends the nth fr a me,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GoBackN\.classpath
.......\.project
.......\bin\GBN.class
.......\...\Receiver.class
.......\...\Sender.class
.......\...\Timers.class
.......\src\GBN.java
.......\...\Receiver.java
.......\...\Sender.java
.......\...\Timers.java
.......\bin
.......\src
GoBackN