diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-11-17 10:27:57 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-11-18 23:08:22 +0100 |
commit | 8c9206363370ae99c880ab17693881655574089a (patch) | |
tree | 153c8054a0e6e3a5de7e35fd405d0cd7e6d605b0 /man/systemd.network.xml | |
parent | network: tc-cake: add support to specify RTT (diff) | |
download | systemd-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.xml | 11 |
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> |