mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-23 05:25:02 -04:00

Based on the CAKE statistics during load testing, the latency benefits of GSO splitting are minimal for our servers and the increased CPU usage can increase latency.
31 lines
535 B
SYSTEMD
31 lines
535 B
SYSTEMD
[Match]
|
|
Name=public
|
|
|
|
[Network]
|
|
LinkLocalAddressing=no
|
|
Address=192.99.98.22/32
|
|
Address=2607:5300:205:200::472f/128
|
|
|
|
[Route]
|
|
Destination=0.0.0.0/0
|
|
Gateway=51.79.64.1
|
|
PreferredSource=192.99.98.22
|
|
|
|
[Route]
|
|
Destination=51.79.64.1
|
|
PreferredSource=192.99.98.22
|
|
|
|
[Route]
|
|
Destination=::/0
|
|
Gateway=2607:5300:205:200::1
|
|
PreferredSource=2607:5300:205:200::472f
|
|
|
|
[Route]
|
|
Destination=2607:5300:205:200::1
|
|
PreferredSource=2607:5300:205:200::472f
|
|
|
|
[CAKE]
|
|
Bandwidth=500M
|
|
PriorityQueueingPreset=besteffort
|
|
FlowIsolationMode=dual-dst-host
|
|
SplitGSO=false
|