On Wed, Feb 14, 2018 at 1:24 PM, Koen Kooi koen@dominion.thruhere.net wrote:
Coupled with the 'fq' qdisc it can do packet pacing to fight both bufferbloat and packet loss.
Signed-off-by: Koen Kooi koen.kooi@linaro.org
kernel/configs/distro.config | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config index 138b905..8ba5c4b 100644 --- a/kernel/configs/distro.config +++ b/kernel/configs/distro.config @@ -235,6 +235,8 @@ CONFIG_I2C_CHARDEV=y CONFIG_SPI_SPIDEV=m CONFIG_ZSMALLOC=m CONFIG_ZRAM=m +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BBR=y
same here. TCP_CONG_BBR should be =m, unless if the intent is to enable it as default..
# PPP CONFIG_PPP=m -- 2.9.5
dragonboard mailing list dragonboard@lists.96boards.org https://lists.96boards.org/mailman/listinfo/dragonboard