From f577e7d58abeab84b0f0345034d2054e216c7daf Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sat, 19 Oct 2024 21:18:21 +0100 Subject: [PATCH] nixos/routing-common: Increase bandwidth for CAKE --- nixos/boxes/home/routing-common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/boxes/home/routing-common/default.nix b/nixos/boxes/home/routing-common/default.nix index cc0ce2a..591c39a 100644 --- a/nixos/boxes/home/routing-common/default.nix +++ b/nixos/boxes/home/routing-common/default.nix @@ -250,7 +250,7 @@ in networkConfig = networkd.noL3; extraConfig = '' [CAKE] - Bandwidth=235M + Bandwidth=490M RTTSec=50ms PriorityQueueingPreset=besteffort # DOCSIS preset @@ -274,7 +274,7 @@ in extraConfig = '' [CAKE] Parent=root - Bandwidth=24M + Bandwidth=48M RTTSec=50ms ''; }