summaryrefslogtreecommitdiffstats
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-11-17 10:27:57 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-11-18 23:08:22 +0100
commit8c9206363370ae99c880ab17693881655574089a (patch)
tree153c8054a0e6e3a5de7e35fd405d0cd7e6d605b0 /man/systemd.network.xml
parentnetwork: tc-cake: add support to specify RTT (diff)
downloadsystemd-8c9206363370ae99c880ab17693881655574089a.tar.xz
systemd-8c9206363370ae99c880ab17693881655574089a.zip
network: tc-cake: add support to specify ACK filter
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 3b33159c04..6a7ab696a3 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -4036,6 +4036,17 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>AckFilter=</varname></term>
+ <listitem>
+ <para>Takes a boolean value, or special value <literal>aggressive</literal>. If enabled, ACKs in
+ each flow are queued and redundant ACKs to the upstream are dropped. If yes, the filter will always
+ keep at least two redundant ACKs in the queue, while in <literal>aggressive</literal> mode, it will
+ filter down to a single ACK. This may improve download throughput on links with very asymmetrical
+ rate limits. Defaults to unset, and the kernel's default will be used.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>