Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.h212 uint32_t m_rbuf_len, m_rcv_nxt, m_rcv_wnd, m_lastrecv; variable
Dpseudo_tcp.cc243 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()
320 if (rtc::TimeDiff32(now, m_lastrecv) >= 15000) { in NotifyClock()
341 (TimeDiff32(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()
655 m_lasttraffic = m_lastrecv = now; in process()