diff options
author | Susant Sahani <susant@redhat.com> | 2018-01-02 14:50:15 +0530 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-01-11 15:07:03 +0100 |
commit | 6b21ad33ab2989bb94283b1b2a6656a08b26da62 (patch) | |
tree | 6903695affa2f5fc5a6951757869034fa34f98da /man/systemd.network.xml | |
parent | hwdb: Add accelerometer orientation entry for Asus TP300LA (diff) | |
download | systemd-6b21ad33ab2989bb94283b1b2a6656a08b26da62.tar.gz systemd-6b21ad33ab2989bb94283b1b2a6656a08b26da62.tar.bz2 systemd-6b21ad33ab2989bb94283b1b2a6656a08b26da62.zip |
networkd: initcwn/initwnd use the right parsers
Closes #7765
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index bdf8d9e0d..f1bd75134 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1070,19 +1070,20 @@ <varlistentry> <term><varname>InitialCongestionWindow=</varname></term> <listitem> - <para>The TCP initial congestion window or <literal>InitialCongestionWindow</literal> is used during the start - of a TCP connection. During the start of a TCP session, when a client requests for a resource, the server's initial congestion window - determines how many data packets will be sent during the initial burst of data. Takes a number between between 1 and 4294967295 (2^32 - 1). - Defaults to unset. + <para>The TCP initial congestion window is used during the start of a TCP connection. During the start of a TCP + session, when a client requests a resource, the server's initial congestion window determines how many data bytes + will be sent during the initial burst of data. Takes a size in bytes between 1 and 4294967295 (2^32 - 1). The usual + suffixes K, M, G are supported and are understood to the base of 1024. Defaults to unset. </para> </listitem> </varlistentry> <varlistentry> <term><varname>InitialAdvertisedReceiveWindow=</varname></term> <listitem> - <para>The TCP receive window size or <literal>InitialAdvertisedReceiveWindow</literal> is the amount of receive data (in bytes) - that can be buffered at one time on a connection. The sending host can send only that amount of data before waiting for - an acknowledgment and window update from the receiving host. Takes a number between 1 and 4294967295 (2^32 - 1). Defaults to unset. + <para>The TCP initial advertised receive window is the amount of receive data (in bytes) that can initally be buffered at one time + on a connection. The sending host can send only that amount of data before waiting for an acknowledgment and window update + from the receiving host. Takes a size in bytes between 1 and 4294967295 (2^32 - 1). The usual suffixes K, M, G are supported + and are understood to the base of 1024. Defaults to unset. </para> </listitem> </varlistentry> |