Searched refs:m_rto_base (Results 1 – 2 of 2) sorted by relevance
242 m_rto_base = 0; in PseudoTcp()292 if (m_rto_base && (rtc::TimeDiff(m_rto_base + m_rx_rto, now) <= 0)) { in NotifyClock()300 << ") (rto_base: " << m_rto_base in NotifyClock()318 m_rto_base = now; in NotifyClock()627 if (m_rto_base) { in clock_check()629 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_rto_base + m_rx_rto, now)); in clock_check()744 m_rto_base = (m_snd_una == m_snd_nxt) ? 0 : now; in process()1026 if (m_rto_base == 0) { in transmit()1027 m_rto_base = now; in transmit()
217 uint32_t m_rto_base; variable