Home | History | Annotate | Download | only in congestion_control

Lines Matching defs:rtt_stats_

22     rtt_stats_.UpdateRtt(QuicTime::Delta::FromMilliseconds(100),
39 unacked_packets_, clock_.Now(), largest_observed, rtt_stats_);
48 RttStats rtt_stats_;
63 EXPECT_EQ(rtt_stats_.SmoothedRtt().Multiply(1.25),
72 clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.1));
81 EXPECT_EQ(rtt_stats_.SmoothedRtt().Multiply(0.25),
85 clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
96 clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.1));
105 clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));
107 clock_.AdvanceTime(rtt_stats_.SmoothedRtt());
119 clock_.AdvanceTime(rtt_stats_.SmoothedRtt());
129 EXPECT_EQ(rtt_stats_.SmoothedRtt().Multiply(0.25),
131 clock_.AdvanceTime(rtt_stats_.SmoothedRtt().Multiply(0.25));