Searched refs:third_bandwidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sustained_bandwidth_recorder_test.cc74 QuicBandwidth third_bandwidth = local
77 recorder.RecordEstimate(in_recovery, in_slow_start, third_bandwidth,
79 recorder.RecordEstimate(in_recovery, in_slow_start, third_bandwidth,
81 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth);
84 recorder.RecordEstimate(in_recovery, in_slow_start, third_bandwidth,
86 EXPECT_EQ(recorder.BandwidthEstimate(), third_bandwidth);
89 EXPECT_LT(third_bandwidth, second_bandwidth);

Completed in 576 milliseconds