Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 271 Bytes

AIMD-implementation

Implementation of AIMD pipe-lining in Java for CSN-341 Computer Networks

Command to run Server

cd aimd-java/src/main/java
javac com/ritik/Server.java
java com.ritik.Server

Command to run client:

cd aimd-java
 ./gradlew run