Hello everyone, I am trying to implement Elastic-TCP Congestion Control Algorithm.
I tried to implement the algorithm but I am stuck.
I have coded all slow start phase code in pktsAcked method and lot more code in that method, and moreover I am confused what to code in IncreaseWindow method and SsThresh method.I have attached .h and .cc files in this post.
Can someone please review it and guide me. Pseudo Code of Elastic-Tcp can be found at the above link.
Thanks in advance!!