graphene-os-server-infrastr.../etc/systemd/network/2.ns1.grapheneos.org.network
Daniel Micay 04100dca2c use no-split-gso for CAKE across the board
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.
2025-07-31 12:18:52 -04:00

25 lines
406 B
SYSTEMD

[Match]
Name=public
[Network]
DHCP=ipv4
LinkLocalAddressing=no
Address=2001:41d0:701:1100::245b/128
[Route]
Destination=::/0
Gateway=2001:41d0:701:1100::1
PreferredSource=2001:41d0:701:1100::245b
[Route]
Destination=2001:41d0:701:1100::1
PreferredSource=2001:41d0:701:1100::245b
[DHCP]
UseMTU=true
[CAKE]
Bandwidth=500M
PriorityQueueingPreset=besteffort
FlowIsolationMode=dual-dst-host
SplitGSO=false