diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-09 01:19:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 70bbc0aea9c1291a56590a1db71e2342e6979e12 (patch) | |
| tree | 1d7769d8f42e7568937517de78ddbc3be86ad5eb /static/articles/server-traffic-shaping.html | |
| parent | 8127f8fe9e1dfdba475c7f7870c326b99caafcf3 (diff) | |
add information on systemd-network CAKE support
Diffstat (limited to 'static/articles/server-traffic-shaping.html')
| -rw-r--r-- | static/articles/server-traffic-shaping.html | 8 |
1 files changed, 8 insertions, 0 deletions
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.</p> + + <p>If you use systemd-network, you can add a CAKE configuration section to the + network configuration file instead of manually running the <code>tc</code> command + with a <code>Type=oneshot</code> service on boot:</p> + + <pre>[CAKE] +Bandwidth=1995M +PriorityQueueingPreset=besteffort</pre> </section> <section id="quicker-backpressure-propagation"> |
