- Category:
- P2P
- Tags:
-
[Java]
[源码]
- File Size:
- 16kb
- Update:
- 2013-05-09
- Downloads:
- 0 Times
- Uploaded by:
- 凌志峰
Description: 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.
To Search:
File list (Check if you may need any files):
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