tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set

Signed-off-by: Julian Wollrath <jwollrath@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Julian Wollrath 2016-11-25 15:05:26 +01:00 committed by David S. Miller
parent 68c1644f8a
commit 4df21dfcf2
1 changed files with 1 additions and 0 deletions

View File

@ -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