OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBandwidthUnderUsing
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc
195
if (delta_estimate_ !=
kBandwidthUnderUsing
) {
203
delta_estimate_ =
kBandwidthUnderUsing
;
246
if (slope_estimate_ !=
kBandwidthUnderUsing
) {
251
slope_estimate_ =
kBandwidthUnderUsing
;
inter_arrival_overuse_detector.h
33
kBandwidthUnderUsing
= 1,
40
//
kBandwidthUnderUsing
65
//
kBandwidthUnderUsing
When the packets arrive faster than the pace we sent
inter_arrival_sender.cc
302
case
kBandwidthUnderUsing
:
inter_arrival_overuse_detector_test.cc
230
if (
kBandwidthUnderUsing
== overuse_detector_.GetState(
[
all
...]
Completed in 87 milliseconds