Searched refs:general_loss_algorithms_ (Results 1 – 3 of 3) sorted by relevance
16 general_loss_algorithms_[i].Initialize(static_cast<PacketNumberSpace>(i), in UberLossAlgorithm()47 DetectionStats stats = general_loss_algorithms_[i].DetectLosses( in DetectLosses()67 const QuicTime timeout = general_loss_algorithms_[i].GetLossTimeout(); in GetLossTimeout()83 general_loss_algorithms_[unacked_packets.GetPacketNumberSpace(packet_number)] in SpuriousLossDetected()159 general_loss_algorithms_[i].set_reordering_shift(reordering_shift); in SetReorderingShift()166 general_loss_algorithms_[i].set_reordering_threshold(reordering_threshold); in SetReorderingThreshold()172 general_loss_algorithms_[i].set_use_adaptive_reordering_threshold(true); in EnableAdaptiveReorderingThreshold()178 general_loss_algorithms_[i].set_use_adaptive_reordering_threshold(false); in DisableAdaptiveReorderingThreshold()184 general_loss_algorithms_[i].enable_adaptive_time_threshold(); in EnableAdaptiveTimeThreshold()189 return general_loss_algorithms_[APPLICATION_DATA].reordering_threshold(); in GetPacketReorderingThreshold()[all …]
109 return general_loss_algorithms_[APPLICATION_DATA] in use_adaptive_reordering_threshold()114 return general_loss_algorithms_[APPLICATION_DATA] in use_adaptive_time_threshold()124 GeneralLossAlgorithm general_loss_algorithms_[NUM_PACKET_NUMBER_SPACES]; variable
156 return sent_packet_manager->uber_loss_algorithm_.general_loss_algorithms_[0] in GetReorderingShift()163 return sent_packet_manager->uber_loss_algorithm_.general_loss_algorithms_[0] in AdaptiveReorderingThresholdEnabled()170 return sent_packet_manager->uber_loss_algorithm_.general_loss_algorithms_[0] in AdaptiveTimeThresholdEnabled()177 return sent_packet_manager->uber_loss_algorithm_.general_loss_algorithms_[0] in UsePacketThresholdForRuntPackets()