CHROMIUM: config: enable LP TCP congestion algorithm
authorOlof Johansson <olofj@chromium.org>
Mon, 15 Oct 2012 22:06:08 +0000 (15:06 -0700)
committerGerrit <chrome-bot@google.com>
Tue, 16 Oct 2012 00:47:02 +0000 (17:47 -0700)
Gilad wants TCP_CONG_LP enabled, so here we go.

BUG=chromium-os:22154
TEST=http://crosbug.com/35341

Change-Id: I6479e4020842dc065d32c65a42e78a349bd06ab7
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/35622
Reviewed-by: Gilad Arnold <garnold@chromium.org>
chromeos/config/base.config

index 7a087ec..858da45 100644 (file)
@@ -1519,7 +1519,7 @@ CONFIG_TCP_CONG_CUBIC=y
 # CONFIG_TCP_CONG_HTCP is not set
 # CONFIG_TCP_CONG_HYBLA is not set
 # CONFIG_TCP_CONG_ILLINOIS is not set
-# CONFIG_TCP_CONG_LP is not set
+CONFIG_TCP_CONG_LP=m
 # CONFIG_TCP_CONG_SCALABLE is not set
 # CONFIG_TCP_CONG_VEGAS is not set
 # CONFIG_TCP_CONG_VENO is not set