Home | History | Annotate | Download | only in base

Lines Matching refs:m_lasttraffic

258   m_lastrecv = m_lastsend = m_lasttraffic = now;
363 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDLE_PING), now) <= 0)) {
577 m_lasttraffic = now;
647 rtc::TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDLE_PING), now));
664 m_lasttraffic = m_lastrecv = now;