From 70bbc0aea9c1291a56590a1db71e2342e6979e12 Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Tue, 9 Aug 2022 01:19:29 -0400
Subject: [PATCH] add information on systemd-network CAKE support
---
static/articles/server-traffic-shaping.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html
index d73f5bb2..1035b1cf 100644
--- a/static/articles/server-traffic-shaping.html
+++ b/static/articles/server-traffic-shaping.html
@@ -193,6 +193,14 @@
The backlog shouldn't be draining to near zero under full bandwidth usage as that
indicates the bottleneck is the server application itself or a different network
bottleneck.
+
+ If you use systemd-network, you can add a CAKE configuration section to the
+ network configuration file instead of manually running the tc
command
+ with a Type=oneshot
service on boot:
+
+ [CAKE]
+Bandwidth=1995M
+PriorityQueueingPreset=besteffort