Home
last modified time | relevance | path

Searched refs:max_startup_queue_rounds (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr2_sender.cc185 params_.max_startup_queue_rounds = 1; in ApplyConnectionOptions()
216 params_.max_startup_queue_rounds = 2; in ApplyConnectionOptions()
H A Dbbr2_startup.cc56 if (Params().max_startup_queue_rounds > 0 && !has_bandwidth_growth) { in OnCongestionEvent()
H A Dbbr2_misc.cc462 if (rounds_with_queueing_ >= Params().max_startup_queue_rounds) { in CheckPersistentQueue()
H A Dbbr2_misc.h92 QuicRoundTripCount max_startup_queue_rounds = 0; member