From 525f057ef9c9d98f3838e04d3a74336dc5dfeec7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 30 Oct 2008 16:32:41 +0000 Subject: [PATCH] - use CUBIC by default: " BIC growth function is too aggressive and should not be used except for testing and comparision, use CUBIC instead. For further details see: http://netsrv.csc.ncsu.edu/twiki/bin/view/Main/BIC" Changed files: kernel-multiarch.config -> 1.1.2.68 --- kernel-multiarch.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-multiarch.config b/kernel-multiarch.config index 17bebea2..8245e4a9 100644 --- a/kernel-multiarch.config +++ b/kernel-multiarch.config @@ -4378,7 +4378,7 @@ DEFAULT_HTCP all=n DEFAULT_VEGAS all=n DEFAULT_WESTWOOD all=n DEFAULT_RENO all=n -DEFAULT_TCP_CONG all="bic" +DEFAULT_TCP_CONG all="cubic" TCP_MD5SIG all=y #- file net/ipv4/ipvs/Kconfig goes here -- 2.44.0