Searched defs:initial_ssthresh (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dtcp_bic.c32 static int initial_ssthresh; variable
43 module_param(initial_ssthresh, int, 0644);
44 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");
77 if (initial_ssthresh)
78 tcp_sk(sk)->snd_ssthresh = initial_ssthresh;

Completed in 26 milliseconds