Unverified Commit 32663cfc authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #257050 from the-furry-hubofeverything/fix-bbr

linuxKernel.kernels.linux_lqx: change BBR implementation
parents aa827460 919ccaec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -74,10 +74,10 @@ let
      HZ = freeform "1000";
      HZ_1000 = yes;
    } // lib.optionalAttrs (isLqx) {
      # Google's BBRv2 TCP congestion Control
      TCP_CONG_BBR2 = yes;
      DEFAULT_BBR2 = yes;
      DEFAULT_TCP_CONG = freeform "bbr2";
      # Google's BBRv3 TCP congestion Control
      TCP_CONG_BBR = yes;
      DEFAULT_BBR = yes;
      DEFAULT_TCP_CONG = freeform "bbr";

      # PDS Process Scheduler
      SCHED_ALT = yes;