文件名称:TCPFlowControlModel
介绍说明--下载内容均来自于网络,请自行研究使用
TCP流量控制模拟系统
任务是熟悉TCP流量控制机制,并设计程序模拟实现之。
2.该程序具有以下功能:
(1)程序分为发送方、接收方两部分。发送方向接收方发送大量数据。
(2)接收方需要设立适当缓存。
(3)通过Receive Window控制发送方的发送速率,实现流控制。
(4)以适当形式显示出流控制的效果。-TCP traffic control simulation system
The task is familiar with the TCP flow control mechanism, and simulation of design process.
The program has the following features:
(1) The program is divided into the sender, the recipient of two parts. Sender to the receiver to send large amounts of data.
(2) the recipient need to set up the appropriate cache.
(3) Receive Window control the transmission rate of the sender flow control.
(4) shows the effect of flow control in an appropriate form.
任务是熟悉TCP流量控制机制,并设计程序模拟实现之。
2.该程序具有以下功能:
(1)程序分为发送方、接收方两部分。发送方向接收方发送大量数据。
(2)接收方需要设立适当缓存。
(3)通过Receive Window控制发送方的发送速率,实现流控制。
(4)以适当形式显示出流控制的效果。-TCP traffic control simulation system
The task is familiar with the TCP flow control mechanism, and simulation of design process.
The program has the following features:
(1) The program is divided into the sender, the recipient of two parts. Sender to the receiver to send large amounts of data.
(2) the recipient need to set up the appropriate cache.
(3) Receive Window control the transmission rate of the sender flow control.
(4) shows the effect of flow control in an appropriate form.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TCPFlowControlModel
...................\.classpath
...................\.project
...................\.settings
...................\.........\org.eclipse.jdt.core.prefs
...................\bin
...................\...\flowControl
...................\...\...........\Client.class
...................\...\...........\controlFrame$1.class
...................\...\...........\controlFrame.class
...................\...\...........\MyClient.class
...................\...\...........\MyServer.class
...................\...\...........\Server.class
...................\src
...................\...\flowControl
...................\...\...........\Client.java
...................\...\...........\controlFrame.java
...................\...\...........\MyClient.java
...................\...\...........\MyServer.java
...................\...\...........\Server.java