Home
last modified time | relevance | path

Searched refs:CongestionAlgorithmPhase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/net/dcsctp/tx/
H A Dretransmission_queue.h160 enum class CongestionAlgorithmPhase { enum
207 CongestionAlgorithmPhase phase() const { in phase()
209 ? CongestionAlgorithmPhase::kSlowStart in phase()
210 : CongestionAlgorithmPhase::kCongestionAvoidance; in phase()
H A Dretransmission_queue.cc124 if (phase() == CongestionAlgorithmPhase::kSlowStart) { in HandleIncreasedCumulativeTsnAck()
136 } else if (phase() == CongestionAlgorithmPhase::kCongestionAvoidance) { in HandleIncreasedCumulativeTsnAck()