OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:back_down_congestion_delay_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_sender.h
96
QuicTime::Delta
back_down_congestion_delay_
; // Delay when backing down.
member in class:net::InterArrivalSender
inter_arrival_sender.cc
41
back_down_congestion_delay_
(QuicTime::Delta::Zero()) {
381
if (estimated_congestion_delay >=
back_down_congestion_delay_
) {
388
back_down_congestion_delay_
.Subtract(estimated_congestion_delay);
470
back_down_congestion_delay_
= estimated_congestion_delay;
Completed in 24 milliseconds