clarify wording

This commit is contained in:
Daniel Micay 2021-01-01 22:56:14 -05:00
parent f67606c6dd
commit 08b5fbe328

View File

@ -217,9 +217,10 @@
the <code>TCP_NOTSENT_LOWAT</code> socket option to override it per-socket.</p> the <code>TCP_NOTSENT_LOWAT</code> socket option to override it per-socket.</p>
<p>A reasonable choice for internet-based workloads concerned about latency and <p>A reasonable choice for internet-based workloads concerned about latency and
particularly prioritization within TCP connections is 128kiB. To configure this, particularly prioritization within TCP connections but unwilling to sacrifice
set the following in <code>/etc/sysctl.d/local.conf</code> or another sysctl throughput is 128kiB. To configure this, set the following in
configuration file and load it with <code>sysctl --system</code>:</p> <code>/etc/sysctl.d/local.conf</code> or another sysctl configuration file and
load it with <code>sysctl --system</code>:</p>
<pre>net.ipv4.tcp_notsent_lowat = 131072</pre> <pre>net.ipv4.tcp_notsent_lowat = 131072</pre>