mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-04 20:44:21 -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=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
|