nixos/routing-common: Increase bandwidth for CAKE
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 28m44s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 28m44s
This commit is contained in:
parent
6130ee73be
commit
f577e7d58a
@ -250,7 +250,7 @@ in
|
|||||||
networkConfig = networkd.noL3;
|
networkConfig = networkd.noL3;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[CAKE]
|
[CAKE]
|
||||||
Bandwidth=235M
|
Bandwidth=490M
|
||||||
RTTSec=50ms
|
RTTSec=50ms
|
||||||
PriorityQueueingPreset=besteffort
|
PriorityQueueingPreset=besteffort
|
||||||
# DOCSIS preset
|
# DOCSIS preset
|
||||||
@ -274,7 +274,7 @@ in
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[CAKE]
|
[CAKE]
|
||||||
Parent=root
|
Parent=root
|
||||||
Bandwidth=24M
|
Bandwidth=48M
|
||||||
RTTSec=50ms
|
RTTSec=50ms
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user