Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Created README file
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorvardr authored Jun 26, 2017
1 parent ebb869d commit 2161ce9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TCP-Simulator

The aim of this project is the comparison of different implementations of _TCP Protocol_.
Here, you can see the implementation of:
* AIMD (Addictive Increase / Multiplicative Decrease)
* Tahoe
* Reno

In order to generate the number of segments to send, we used the [SSJ
(Stochastic Simulation in Java) library](https://github.com/umontreal-simul/ssj) developed by _Pierre L'Ecuyer_ of the University of Montreal.

A minimal GUI has been implemented in order to observe the real time behaviour of the simulator.

0 comments on commit 2161ce9

Please sign in to comment.