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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c145 static int tcprexmtthresh = 2; variable
751 tp->t_maxseg * tcprexmtthresh;
2259 ((!tp->sack_enable && tp->t_dupacks < tcprexmtthresh) ||
3234 else if (++tp->t_dupacks > tcprexmtthresh ||
3261 } else if (tp->t_dupacks == tcprexmtthresh) {
4930 int error, val = tcprexmtthresh;
4945 tcprexmtthresh = val;
4951 &tcprexmtthresh, 0, &sysctl_rexmtthresh, "I", "Duplicate ACK Threshold for Fast Retransmit");

Completed in 22 milliseconds