tcp: Enable TCP_CONG_BBR as module

This commit is contained in:
Ben Hutchings 2016-11-13 03:26:49 +00:00
parent 88d5cdd0e7
commit eeb90d2453
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -13,6 +13,7 @@ linux (4.9~rc3-1~exp2) UNRELEASED; urgency=medium
* wireless: Enable RTL8XXXU as module, replacement for R8723AU
* netfilter: Enable NFT_SET_RBTREE and NFT_SET_HASH as modules,
renamed from NFT_RBTREE and NFT_HASH
* tcp: Enable TCP_CONG_BBR as module
-- Aurelien Jarno <aurel32@debian.org> Sat, 05 Nov 2016 23:17:01 +0100

View File

@ -6095,6 +6095,7 @@ CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
CONFIG_TCP_CONG_CDG=m
CONFIG_TCP_CONG_BBR=m
## choice: Default TCP congestion control
# CONFIG_DEFAULT_BIC is not set
CONFIG_DEFAULT_CUBIC=y