-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hardik Rana edited this page Nov 11, 2018
·
4 revisions
Validation of ns-3 implementation of TCP Vegas
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