Searched refs:nTimeout (Results 1 – 4 of 4) sorted by relevance
604 bool PseudoTcp::clock_check(uint32_t now, long& nTimeout) { in clock_check() argument617 nTimeout = CLOSED_TIMEOUT; in clock_check()621 nTimeout = DEFAULT_TIMEOUT; in clock_check()624 nTimeout = in clock_check()625 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_t_ack + m_ack_delay, now)); in clock_check()628 nTimeout = in clock_check()629 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_rto_base + m_rx_rto, now)); in clock_check()632 nTimeout = in clock_check()633 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_lastsend + m_rx_rto, now)); in clock_check()637 nTimeout = std::min<int32_t>( in clock_check()[all …]
156 bool clock_check(uint32_t now, long& nTimeout);
13351 int nTimeout = 0; in do_meta_command() local13380 if( nTimeout++ >= 3 ) break; in do_meta_command()
13374 int nTimeout = 0; in do_meta_command() local13403 if( nTimeout++ >= 3 ) break; in do_meta_command()