Skip to content

Commit

Permalink
b1c1_defconfig: Use Westwood TCP congestion algorithm
Browse files Browse the repository at this point in the history
BBR wasn't working correctly since the correct qdisc wasn't in use, and
apparently it doesn't work well at all in 4.9.

Suggested-by: kdrag0n <dragon@khronodragon.com>
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
  • Loading branch information
kerneltoast committed Mar 11, 2019
1 parent 8afddb7 commit b88af5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/configs/b1c1_defconfig
Expand Up @@ -126,9 +126,7 @@ CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
CONFIG_TCP_CONG_BBR=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
Expand Down

0 comments on commit b88af5a

Please sign in to comment.