Searched refs:m_rto_base (Results 1 – 2 of 2) sorted by relevance
239 m_rto_base = 0; in PseudoTcp()288 if (m_rto_base && (rtc::TimeDiff32(m_rto_base + m_rx_rto, now) <= 0)) { in NotifyClock()296 << ") (rto_base: " << m_rto_base << ") (now: " << now in NotifyClock()314 m_rto_base = now; in NotifyClock()623 if (m_rto_base) { in clock_check()625 rtc::TimeDiff32(m_rto_base + m_rx_rto, now)); in clock_check()740 m_rto_base = (m_snd_una == m_snd_nxt) ? 0 : now; in process()1054 if (m_rto_base == 0) { in transmit()1055 m_rto_base = now; in transmit()
225 uint32_t m_rto_base; variable