summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2019-12-04 16:14:11 -0800
committerGitHub <noreply@github.com>2019-12-04 16:14:11 -0800
commitda4dd97405eac3f692f7bd032983adc8b780c8b6 (patch)
tree5e3737cec47d457655a0f6fe6381cd9e7f489ca6 /man
parentadae5eb9778870ef59ab512ae1339f59410f1554 (diff)
parent0ab92791327177d39001ea2f4cc95bc78d75c572 (diff)
downloadsystemd-da4dd97405eac3f692f7bd032983adc8b780c8b6.tar.gz
Merge pull request #14173 from ssahani/tc-sfq
network: tc: introduce sfq and tbf
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index a26e08c99c..a2ac24059a 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -2368,6 +2368,40 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>TokenBufferFilterLatencySec=</varname></term>
+ <listitem>
+ <para>Specifies the latency parameter, which specifies the maximum amount of time a
+ packet can sit in the Token Buffer Filter (TBF). Defaults to unset.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>TokenBufferFilterBurst=</varname></term>
+ <listitem>
+ <para>Specifies the size of the bucket. This is the maximum amount of bytes that tokens
+ can be available for instantaneous transfer. When the size is suffixed with K, M, or G, it is
+ parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000. Defaults to
+ unset.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>TokenBufferFilterRate=</varname></term>
+ <listitem>
+ <para>Specifies the device specific bandwidth. When suffixed with K, M, or G, the specified
+ bandwidth is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000.
+ Defaults to unset.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>StochasticFairnessQueueingPerturbPeriodSec=</varname></term>
+ <listitem>
+ <para>Specifies the interval in seconds for queue algorithm perturbation. Defaults to unset.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>