Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4df21dfc authored by Julian Wollrath's avatar Julian Wollrath Committed by David S. Miller
Browse files

tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set

parent 68c1644f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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