Searched refs:probing_ (Results 1 – 2 of 2) sorted by relevance
26 : probing_(true), in InterArrivalSender()122 if (probing_) { in OnIncomingQuicCongestionFeedbackFrame()141 if (probing_) { in OnIncomingQuicCongestionFeedbackFrame()142 probing_ = ProbingPhase(feedback_receive_time); in OnIncomingQuicCongestionFeedbackFrame()219 if (probing_) { in OnPacketAcked()241 if (!probing_) { in OnPacketLost()257 if (probing_) { in OnPacketSent()272 if (probing_) { in OnPacketAbandoned()285 if (probing_) { in TimeUntilSend()
82 bool probing_; // Are we currently in the probing phase? variable