mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
tcp_cubic: fix typo in module param description
Signed-off-by: Chema Gonzalez <chemag@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b603aa4d32
commit
d6ecf32805
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ MODULE_PARM_DESC(tcp_friendliness, "turn on/off tcp friendliness");
|
|||
module_param(hystart, int, 0644);
|
||||
MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
|
||||
module_param(hystart_detect, int, 0644);
|
||||
MODULE_PARM_DESC(hystart_detect, "hyrbrid slow start detection mechanisms"
|
||||
MODULE_PARM_DESC(hystart_detect, "hybrid slow start detection mechanisms"
|
||||
" 1: packet-train 2: delay 3: both packet-train and delay");
|
||||
module_param(hystart_low_window, int, 0644);
|
||||
MODULE_PARM_DESC(hystart_low_window, "lower bound cwnd for hybrid slow start");
|
||||
|
|
Loading…
Reference in a new issue