Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 719 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 719 Bytes

TCP Simulator

Lafayette College CS305 Spring 2018.

A simple TCP sender/receiver implementation on top of a simulated network.

Building the simulation

Build the project using the included Makefile as follows :

$ make compile

Running the simulation

Run the simulation using the following format

$ java NetworkSimulator [file] [time-between-msgs] [loss%] [corruption%] [window] [mss] [protocol] [debug] [rcv-buffer-length] [timeout-length]

Authors

License

Non-commercial, educational use only. Except with written authorization.