diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html index f38dac95..0b5e3694 100644 --- a/static/articles/server-traffic-shaping.html +++ b/static/articles/server-traffic-shaping.html @@ -228,6 +228,20 @@ PriorityQueueingPreset=besteffort empty.
+By default, CAKE splits General Segmentation Offload (GSO) super-packets to + reduce latency at the expense of CPU efficiency and throughput. This can create a + bottleneck at high link speeds. We've had to disable this on the 2Gbit GrapheneOS + update servers.
+ +[CAKE] +Bandwidth=1995M +PriorityQueueingPreset=besteffort +SplitGSO=false+