Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc246 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()
351 …if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDL… in NotifyClock()
567 m_lasttraffic = now; in packet()
638 nTimeout, rtc::TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3 / 2 in clock_check()
657 m_lasttraffic = m_lastrecv = now; in process()
Dpseudotcp.h199 uint32_t m_lasttraffic; variable