Searched refs:TCP_SLEEP_TOO_LONG (Results 1 – 1 of 1) sorted by relevance
115 #define TCP_SLEEP_TOO_LONG (10 * 60 * 1000) /* 10 minutes in ms */ macro1098 (tp->t_rxtshift > 4 && last_sleep_ms >= TCP_SLEEP_TOO_LONG)) { in tcp_timers()1115 } else if (last_sleep_ms >= TCP_SLEEP_TOO_LONG) { in tcp_timers()