OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBandwidthOverUsing
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc
184
if (delta_estimate_ !=
kBandwidthOverUsing
) {
192
delta_estimate_ =
kBandwidthOverUsing
;
238
if (slope_estimate_ !=
kBandwidthOverUsing
) {
243
slope_estimate_ =
kBandwidthOverUsing
;
inter_arrival_overuse_detector.h
35
kBandwidthOverUsing
= 3,
46
//
kBandwidthOverUsing
|
58
//
kBandwidthOverUsing
When the packets arrive slower than the pace we sent
99
// Note 1: estimated_buffer_delay will only be valid when
kBandwidthOverUsing
inter_arrival_sender.cc
305
case
kBandwidthOverUsing
:
316
bandwidth_usage_state_ ==
kBandwidthOverUsing
) {
inter_arrival_overuse_detector_test.cc
115
if (
kBandwidthOverUsing
== overuse_detector_.GetState(
146
if (
kBandwidthOverUsing
== overuse_detector_.GetState(
401
EXPECT_EQ(
kBandwidthOverUsing
,
[
all
...]
Completed in 774 milliseconds