On 01/09/16 at 01:48am, Vineet wrote:
> I am trying to use TCP Reno as network cross-traffic in one of my
> simulations. The congestion window profile suggests that Reno exhibits
> window inflation during fast recovery (as shown in figure below), which is
> a feature of NewReno protocol. Is there a justification for this or am I
> being oblivious to something?
Hi,
your mail isn't mutt-friendly, so for me it's hard to answer to your
question.
Reno was removed some time ago from the ns3 mainline, so we are talking
about deads. Anyway, window inflation *is* part of Reno. You can find
the NewReno specifications in RFC 6582 (a good read). To our readers, I
extract the important part here:
"""
This document describes a modification
to the fast recovery algorithm in RFC 5681 that incorporates a
response to partial acknowledgments received during fast recovery.
We call this modified fast recovery algorithm NewReno.
"""
in which is clearly stated which is the improvement between Reno and New
Reno, and that it is only a different Fast Recovery algorithm.
Nat