Skip to content

Commit addbce1

Browse files
committed
Revert "PKGBUILDs: Reenable BBR3 by default"
This reverts commit 499cac4. Signed-off-by: Eric Naim <[email protected]>
1 parent 499cac4 commit addbce1

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

linux-cachyos-bmq/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-bore/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-deckify/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-eevdf/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-hardened/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-lts/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-rc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-rt-bore/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

linux-cachyos-server/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=300}"

linux-cachyos/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
: "${_per_gov:=no}"
5656

5757
### Enable TCP_CONG_BBR3
58-
: "${_tcp_bbr3:=yes}"
58+
: "${_tcp_bbr3:=no}"
5959

6060
### Running with a 1000HZ, 750Hz, 600 Hz, 500Hz, 300Hz, 250Hz and 100Hz tick rate
6161
: "${_HZ_ticks:=1000}"

0 commit comments

Comments
 (0)