Searched refs:CongestionAlgorithmPhase (Results 1 – 2 of 2) sorted by relevance
160 enum class CongestionAlgorithmPhase { enum207 CongestionAlgorithmPhase phase() const { in phase()209 ? CongestionAlgorithmPhase::kSlowStart in phase()210 : CongestionAlgorithmPhase::kCongestionAvoidance; in phase()
124 if (phase() == CongestionAlgorithmPhase::kSlowStart) { in HandleIncreasedCumulativeTsnAck()136 } else if (phase() == CongestionAlgorithmPhase::kCongestionAvoidance) { in HandleIncreasedCumulativeTsnAck()