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

/freebsd-9.3-release/sys/netinet/
H A Dcc.h59 extern const int tcprexmtthresh;
H A Dtcp_input.c121 const int tcprexmtthresh = 3; variable
2438 else if (++tp->t_dupacks > tcprexmtthresh ||
2472 } else if (tp->t_dupacks == tcprexmtthresh) {

Completed in 96 milliseconds