mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-12 11:42:18 -04:00
enable CAKE for the new update server
This wasn't initially enabled because we were concerned about a potential bottleneck due to CAKE being single threaded. We expect the Ryzen 9950X will be more than powerful enough for CAKE at 25Gbps and it does appear to help substantially compared to fq_codel with maintaining high throughput across problematic connections especially when combined with BBR which we'll likely switch to for congestion control across the servers, especially with BBRv3 on the horizon.
This commit is contained in:
parent
46395cc4e5
commit
fd31471ae3
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ PreferredSource=2a14:3f87:6920:250::100
|
|||
[DHCP]
|
||||
UseMTU=true
|
||||
|
||||
#[CAKE]
|
||||
#Bandwidth=25000M
|
||||
#PriorityQueueingPreset=besteffort
|
||||
#SplitGSO=false
|
||||
[CAKE]
|
||||
Bandwidth=25000M
|
||||
PriorityQueueingPreset=besteffort
|
||||
SplitGSO=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue