Skip to content

Commit

Permalink
tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Wollrath <jwollrath@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Julian Wollrath authored and David S. Miller committed Nov 28, 2016
1 parent 68c1644 commit 4df21df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ config DEFAULT_TCP_CONG
default "reno" if DEFAULT_RENO
default "dctcp" if DEFAULT_DCTCP
default "cdg" if DEFAULT_CDG
default "bbr" if DEFAULT_BBR
default "cubic"

config TCP_MD5SIG
Expand Down

0 comments on commit 4df21df

Please sign in to comment.