mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-24 05:59:33 -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.
25 lines
406 B
SYSTEMD
25 lines
406 B
SYSTEMD
[Match]
|
|
Name=public
|
|
|
|
[Network]
|
|
DHCP=ipv4
|
|
LinkLocalAddressing=no
|
|
Address=2402:1f00:8000:800::1949/128
|
|
|
|
[Route]
|
|
Destination=::/0
|
|
Gateway=2402:1f00:8000:800::1
|
|
PreferredSource=2402:1f00:8000:800::1949
|
|
|
|
[Route]
|
|
Destination=2402:1f00:8000:800::1
|
|
PreferredSource=2402:1f00:8000:800::1949
|
|
|
|
[DHCP]
|
|
UseMTU=true
|
|
|
|
[CAKE]
|
|
Bandwidth=500M
|
|
PriorityQueueingPreset=besteffort
|
|
FlowIsolationMode=dual-dst-host
|
|
SplitGSO=false
|