Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.cc249 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()
355 …if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDL… in NotifyClock()
524 m_lasttraffic = now; in packet()
592 talk_base::TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDLE_PING), now)); in clock_check()
609 m_lasttraffic = m_lastrecv = now; in process()
Dpseudotcp.h167 uint32 m_lasttraffic; variable