Home
last modified time | relevance | path

Searched refs:m_lastsend (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc246 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()
Dpseudotcp.h210 uint32_t m_sbuf_len, m_snd_nxt, m_snd_wnd, m_lastsend, m_snd_una; variable