Created
February 3, 2018 23:43
-
-
Save kernelOfTruth/36bcfb301e17d036d50cbcd6769a95a7 to your computer and use it in GitHub Desktop.
updated 812-enable-bbr-congestion-control.patch to apply on 02/2018 upstream LEDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- /dev/null 2017-11-06 13:59:30.740527617 +0100 | |
| +++ ./target/linux/ar71xx/config-4.9 2017-11-06 13:58:40.255150736 +0100 | |
| @@ -484,3 +484,7 @@ | |
| CONFIG_SYS_SUPPORTS_ZBOOT_UART_PROM=y | |
| CONFIG_TICK_CPU_ACCOUNTING=y | |
| CONFIG_USB_SUPPORT=y | |
| +CONFIG_TCP_CONG_BBR=y | |
| +CONFIG_NET_SCH_FQ=y | |
| +CONFIG_TCP_CONG_ADVANCED=y | |
| +CONFIG_DEFAULT_BBR=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment