Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.cc243 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()
348 (TimeDiff32(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3 / 2 : IDLE_PING), in NotifyClock()
564 m_lasttraffic = now; in packet()
636 m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3 / 2 : IDLE_PING), in clock_check()
655 m_lasttraffic = m_lastrecv = now; in process()
Dpseudo_tcp.h207 uint32_t m_lasttraffic; variable