Searched refs:m_lastsend (Results 1 – 2 of 2) sorted by relevance
246 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()324 && (rtc::TimeDiff(m_lastsend + m_rx_rto, now) <= 0)) { in NotifyClock()332 m_lastsend = now; in NotifyClock()565 m_lastsend = now; in packet()633 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_lastsend + m_rx_rto, now)); in clock_check()1036 if (rtc::TimeDiff(now, m_lastsend) > static_cast<long>(m_rx_rto)) { in attemptSend()
210 uint32_t m_sbuf_len, m_snd_nxt, m_snd_wnd, m_lastsend, m_snd_una; variable