Searched refs:timer_fastmode_idlemax (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c211 int timer_fastmode_idlemax = TCP_FASTMODE_IDLERUN_MAX; variable
212 SYSCTL_INT(_net_inet_tcp, OID_AUTO, timer_fastmode_idlemax,
214 &timer_fastmode_idlemax, 0, "Maximum idle generations in fast mode");
1592 listp->idleruns < timer_fastmode_idlemax) {

Completed in 61 milliseconds