[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trace RTT and RTO values
>
> From: Rob <[email protected]>
> To: Kevin Fall <[email protected]>, [email protected]
> Subject: Trace RTT and RTO values
> Date: Tue, 05 May 1998 10:22:01 EDT
>
> Dear All,
>
> I am trying to trace the RTT and RTO values in a simulation using new reno.
Can
> someone tell me how set the code to trace these values.
>
> Thanks.
>
> Rob
>
I think you're somewhat on your own here. The t_rtxcur_ value
isn't currently a TracedDouble, and the RTO is calculated
by calling rtt_timeout(), so you may just want to change
the type of t_rtxcur_ or add your own tracing code wherever
these values are changed/computed...
- K