Searched refs:next_probe_time_ (Results 1 – 2 of 2) sorted by relevance
62 next_probe_time_(Timestamp::PlusInfinity()), in BitrateProber()87 next_probe_time_ = Timestamp::MinusInfinity(); in OnIncomingPacket()132 if (!config_.abort_delayed_probes && next_probe_time_.IsFinite() && in NextProbeTime()133 now - next_probe_time_ > config_.max_probe_delay.Get()) { in NextProbeTime()136 << next_probe_time_.ms() << ", now_ms: " << now.ms() in NextProbeTime()141 return next_probe_time_; in NextProbeTime()149 if (config_.abort_delayed_probes && next_probe_time_.IsFinite() && in CurrentCluster()150 now - next_probe_time_ > config_.max_probe_delay.Get()) { in CurrentCluster()153 << next_probe_time_.ms() << ", now_ms: " << now.ms() in CurrentCluster()191 next_probe_time_ = CalculateNextProbeTime(*cluster); in ProbeSent()
122 Timestamp next_probe_time_; variable