Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: fix tcp.txt

Replace BIC with CUBIC as default congestion control. Fix grammar.

Signed-off-by: Matti Linnanvuori <mattilinnanvuori@yahoo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Matti Linnanvuori and committed by
David S. Miller
32b90fc8 d6584f3a

+4 -4
+4 -4
Documentation/networking/tcp.txt
··· 1 1 TCP protocol 2 2 ============ 3 3 4 - Last updated: 21 June 2005 4 + Last updated: 9 February 2008 5 5 6 6 Contents 7 7 ======== ··· 52 52 The method that is used to determine which congestion control mechanism is 53 53 determined by the setting of the sysctl net.ipv4.tcp_congestion_control. 54 54 The default congestion control will be the last one registered (LIFO); 55 - so if you built everything as modules. the default will be reno. If you 56 - build with the default's from Kconfig, then BIC will be builtin (not a module) 57 - and it will end up the default. 55 + so if you built everything as modules, the default will be reno. If you 56 + build with the defaults from Kconfig, then CUBIC will be builtin (not a 57 + module) and it will end up the default. 58 58 59 59 If you really want a particular default value then you will need 60 60 to set it with the sysctl. If you use a sysctl, the module will be autoloaded