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

  /src/sys/netinet/
tcp_congctl.c 215 extern int tcprexmtthresh;
476 * data that is tcprexmtthresh * MSS
487 tp->t_dupacks = tcprexmtthresh;
tcp_var.h 412 (SEQ_GT(tp->snd_fack, tp->snd_una + tcprexmtthresh * tp->t_segsz)))
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 15 milliseconds