提交 32b90fc8 编写于 作者: M Matti Linnanvuori 提交者: David S. Miller

Documentation: fix tcp.txt

Replace BIC with CUBIC as default congestion control. Fix grammar.
Signed-off-by: NMatti Linnanvuori <mattilinnanvuori@yahoo.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d6584f3a
TCP protocol TCP protocol
============ ============
Last updated: 21 June 2005 Last updated: 9 February 2008
Contents Contents
======== ========
...@@ -52,9 +52,9 @@ research and RFC's before developing new modules. ...@@ -52,9 +52,9 @@ research and RFC's before developing new modules.
The method that is used to determine which congestion control mechanism is The method that is used to determine which congestion control mechanism is
determined by the setting of the sysctl net.ipv4.tcp_congestion_control. determined by the setting of the sysctl net.ipv4.tcp_congestion_control.
The default congestion control will be the last one registered (LIFO); The default congestion control will be the last one registered (LIFO);
so if you built everything as modules. the default will be reno. If you so if you built everything as modules, the default will be reno. If you
build with the default's from Kconfig, then BIC will be builtin (not a module) build with the defaults from Kconfig, then CUBIC will be builtin (not a
and it will end up the default. module) and it will end up the default.
If you really want a particular default value then you will need If you really want a particular default value then you will need
to set it with the sysctl. If you use a sysctl, the module will be autoloaded to set it with the sysctl. If you use a sysctl, the module will be autoloaded
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册