Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc246 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()
325 if (rtc::TimeDiff(now, m_lastrecv) >= 15000) { in NotifyClock()
345 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()
657 m_lasttraffic = m_lastrecv = now; in process()
Dpseudotcp.h204 uint32_t m_rbuf_len, m_rcv_nxt, m_rcv_wnd, m_lastrecv; variable