summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-04 04:16:20 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-11-09 10:58:44 +0900
commit863542e1ce105907b595e7caf090c484297e2572 (patch)
tree3bad9ee3b58caec8f0a0c313c3635322a55eec1a /man
parent4bff8086489a1db4e506d3c807ccddc2e88e4b03 (diff)
downloadsystemd-863542e1ce105907b595e7caf090c484297e2572.tar.gz
network: tc/cake: introduce MPUBytes= setting
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 13eb06fdca..b82efd4394 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -3492,6 +3492,14 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
</varlistentry>
<varlistentry>
+ <term><varname>MPUBytes=</varname></term>
+ <listitem>
+ <para>Rounds each packet (including overhead) up to the specified bytes. Takes an integer in
+ the range 1…256. Defaults to unset and kernel's default is used.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>CompensationMode=</varname></term>
<listitem>
<para>Takes one of <literal>none</literal>, <literal>atm</literal>, or <literal>ptm</literal>.