From 7a1c18c18b05545ad40c0db6d6fb24db0d0b1757 Mon Sep 17 00:00:00 2001 From: Amirhosein Date: Mon, 29 Jun 2020 10:09:16 +0430 Subject: [PATCH] Update ReadMe --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index d865eb3..5539cb7 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,7 +2,7 @@ A comparsion on network congestion control algorithms on TCP connection using ns ==================== If the traffic in the network exceeds the network capacity, congestion is introduced in the network which creates packet loss. While tcp connection is used for data transmission, congestion is controlled through automatic adjustment of the data transmission rate. -Here average congestion window size change (CWND), goodput, gacket loss rate and round trip time (RTT) for two traffic flows with TCP connection during 1000 ms for 10 iterations plotted. +Here plot the average congestion window size change (CWND), goodput, packet loss rate and round trip time (RTT) for two TCP traffic payloads during 1000 ms for 10 iterations. ![topology](img/topology.png)