summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-11-17 18:11:38 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-11-17 21:13:42 +0900
commit3af9cd0bf14ac4e66bd39d30769f4885c45f4662 (patch)
treefeaf9a5cf55f204eb3a41e8f908005baf956e26d /man
parent305dd91adfde332e7e5c1b2470edb32774f9a032 (diff)
downloadsystemd-3af9cd0bf14ac4e66bd39d30769f4885c45f4662.tar.gz
network: tc-cake: add support to specify RTT
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 9c11c5c3dd..3b33159c04 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -4026,6 +4026,16 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>RTTSec=</varname></term>
+ <listitem>
+ <para>Specifies the RTT for the filter. Takes a timespan. Typical values are e.g. 100us for
+ extremely high-performance 10GigE+ networks like datacentre, 1ms for non-WiFi LAN connections,
+ 100ms for typical internet connections. Defaults to unset, and the kernel's default will be used.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>