Skip to content
Hardik Rana edited this page Nov 11, 2018 · 4 revisions

TCP-Vegas-ns3-dce

​Validation of ns-3 implementation of TCP Vegas

Description

TCP Vegas is a delay based congestion control algorithm which measures per packet RTT to infer the state of congestion in the network. It uses Additive Increase Additive Decrease (AIAD) algorithm to adjust its cwnd. In this project, the aim is to validate ns-3 TCP Vegas implementation by comparing the results obtained from it to those obtained by simulating Linux TCP Vegas

Sub-sections