Searched refs:resend_delay (Results 1 – 6 of 6) sorted by relevance
302 TimeDelta resend_delay = TimeDelta::Millis(rtt_ms_); in GetNackBatch() local304 resend_delay = in GetNackBatch()305 std::max(resend_delay, backoff_settings_->min_retry_interval); in GetNackBatch()310 resend_delay = std::max(resend_delay, exponential_backoff); in GetNackBatch()317 now.ms() - it->second.sent_at_time >= resend_delay.ms(); in GetNackBatch()
291 TimeDelta resend_delay = TimeDelta::Millis(rtt_ms_); in GetNackBatch() local293 resend_delay = in GetNackBatch()294 std::max(resend_delay, backoff_settings_->min_retry_interval); in GetNackBatch()299 resend_delay = std::max(resend_delay, exponential_backoff); in GetNackBatch()306 now.ms() - it->second.sent_at_time >= resend_delay.ms(); in GetNackBatch()
249 manager_->thread_->PostDelayed(RTC_FROM_HERE, resend_delay(), this, in OnMessage()260 << "; resend delay = " << resend_delay(); in OnSent()263 int StunRequest::resend_delay() { in resend_delay() function in cricket::StunRequest
140 virtual int resend_delay();
65 int resend_delay() override;
278 int ConnectionRequest::resend_delay() { in resend_delay() function in cricket::ConnectionRequest