Skip to content

tcp: Add TcpLinuxReno congestion model

I have implemented a new TCP variant called Linux Reno which provides Linux like the implementation of TCP New Reno. The current implementation of TCP New Reno in ns-3 follows RFC standards which are different from Linux implementation. I have also added test-case, example, documentation, and validation for the Linux Reno.

Merge request reports