Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c112 #define TCP_SLEEP_TOO_LONG (10 * 60 * 1000) /* 10 minutes in ms */ macro
1090 (tp->t_rxtshift > 4 && last_sleep_ms >= TCP_SLEEP_TOO_LONG)) { in tcp_timers()
1107 } else if (last_sleep_ms >= TCP_SLEEP_TOO_LONG) { in tcp_timers()