diff options
author | Susant Sahani <145210+ssahani@users.noreply.github.com> | 2018-01-20 05:19:15 +0530 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-20 08:49:15 +0900 |
commit | 09f5dfad2c0b1a0abf13b618dba99f449a22cfea (patch) | |
tree | 3eb2872e3800af4fcb34f3d6f05d501de942b067 /man/systemd.network.xml | |
parent | man: make clear that accessing network and mounting filesystems is not suppor... (diff) | |
download | systemd-09f5dfad2c0b1a0abf13b618dba99f449a22cfea.tar.gz systemd-09f5dfad2c0b1a0abf13b618dba99f449a22cfea.tar.bz2 systemd-09f5dfad2c0b1a0abf13b618dba99f449a22cfea.zip |
networkd: add quickack option to route (#7896)
This patch adds quickack option to enable/disable TCP quick ack
mode for per-route.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 75c90c4e7..dfd9ea256 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1095,6 +1095,13 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><varname>QuickAck=</varname></term> + <listitem> + <para>Takes a boolean argument. When true enables TCP quick ack mode for the route. Defaults to unset. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> |