I found this in rtt-estimator.h the constructor sets the value for m_initialEstimatedRtt
which I believe directly controls the Retransmit Timeout value.
I am not sure how to set the value for m_initialEstimatedRtt
.
I see a method named SetCurrentEstimate
that could be used to change that value but I am not sure at what stage in the simulation I should modify it if I use that so I prefer to control the initial.
Also I'm wondering what is the default value set in the examples and where can I find it?