diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-04 02:04:47 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-09 02:58:44 +0100 |
commit | 1c7a81e6266688a0078defcd1957eccbbe834d07 (patch) | |
tree | e40a3eb8a40e1a7b9b327e64171ef41b79c8b271 /man | |
parent | network: tc/cake: introduce SplitGSO= setting (diff) | |
download | systemd-1c7a81e6266688a0078defcd1957eccbbe834d07.tar.xz systemd-1c7a81e6266688a0078defcd1957eccbbe834d07.zip |
network: tc/cake: introduce UseRawPacketSize= setting
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d844b205d4..e5e3fd0ba3 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -3512,6 +3512,15 @@ Token=prefixstable:2002:da8:1::</programlisting></para> </varlistentry> <varlistentry> + <term><varname>UseRawPacketSize=</varname></term> + <listitem> + <para>Takes a boolean value. When true, the packet size reported by the Linux kernel will be + used, instead of the underlying IP packet size. Defaults to unset, and the kernel's default + is used.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>FlowIsolationMode=</varname></term> <listitem> <para>CAKE places packets from different flows into different queues, then packets from each |