add information on systemd-network CAKE support

This commit is contained in:
Daniel Micay 2022-08-09 01:19:29 -04:00
parent 8127f8fe9e
commit 70bbc0aea9

View File

@ -193,6 +193,14 @@
The backlog shouldn't be draining to near zero under full bandwidth usage as that 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 indicates the bottleneck is the server application itself or a different network
bottleneck.</p> 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>
<section id="quicker-backpressure-propagation"> <section id="quicker-backpressure-propagation">