Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.cc243 m_lastrecv = m_lastsend = m_lasttraffic = now; in PseudoTcp()
319 if ((m_snd_wnd == 0) && (rtc::TimeDiff32(m_lastsend + m_rx_rto, now) <= 0)) { in NotifyClock()
327 m_lastsend = now; in NotifyClock()
562 m_lastsend = now; in packet()
629 rtc::TimeDiff32(m_lastsend + m_rx_rto, now)); in clock_check()
1064 if (rtc::TimeDiff32(now, m_lastsend) > static_cast<long>(m_rx_rto)) { in attemptSend()
Dpseudo_tcp.h218 uint32_t m_sbuf_len, m_snd_nxt, m_snd_wnd, m_lastsend, m_snd_una; variable