Searched refs:max_startup_queue_rounds (Results 1 – 4 of 4) sorted by relevance
185 params_.max_startup_queue_rounds = 1; in ApplyConnectionOptions()216 params_.max_startup_queue_rounds = 2; in ApplyConnectionOptions()
56 if (Params().max_startup_queue_rounds > 0 && !has_bandwidth_growth) { in OnCongestionEvent()
462 if (rounds_with_queueing_ >= Params().max_startup_queue_rounds) { in CheckPersistentQueue()
92 QuicRoundTripCount max_startup_queue_rounds = 0; member