Searched refs:UberLossAlgorithm (Results 1 – 4 of 4) sorted by relevance
14 UberLossAlgorithm::UberLossAlgorithm() { in UberLossAlgorithm() function in quic::UberLossAlgorithm21 void UberLossAlgorithm::SetFromConfig(const QuicConfig& config, in SetFromConfig()30 LossDetectionInterface::DetectionStats UberLossAlgorithm::DetectLosses( in DetectLosses()63 QuicTime UberLossAlgorithm::GetLossTimeout() const { in GetLossTimeout()79 void UberLossAlgorithm::SpuriousLossDetected( in SpuriousLossDetected()88 void UberLossAlgorithm::SetLossDetectionTuner( in SetLossDetectionTuner()98 void UberLossAlgorithm::MaybeStartTuning() { in MaybeStartTuning()123 void UberLossAlgorithm::OnConfigNegotiated() {} in OnConfigNegotiated()125 void UberLossAlgorithm::OnMinRttAvailable() { in OnMinRttAvailable()130 void UberLossAlgorithm::OnUserAgentIdKnown() { in OnUserAgentIdKnown()[all …]
45 class QUICHE_EXPORT UberLossAlgorithm : public LossDetectionInterface {47 UberLossAlgorithm();48 UberLossAlgorithm(const UberLossAlgorithm&) = delete;49 UberLossAlgorithm& operator=(const UberLossAlgorithm&) = delete;50 ~UberLossAlgorithm() override {} in ~UberLossAlgorithm()
97 UberLossAlgorithm loss_algorithm_;
435 const UberLossAlgorithm* uber_loss_algorithm() const { in uber_loss_algorithm()620 UberLossAlgorithm uber_loss_algorithm_;