HomeSort by: relevance | last modified time | path
    Searched defs:tcprexmtthresh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_input.c 226 int tcprexmtthresh = 3; variable in typeref:typename:int
2487 (++tp->t_dupacks == tcprexmtthresh ||
2498 } else if (tp->t_dupacks > tcprexmtthresh) {

Completed in 12 milliseconds