diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html
index cf442d17..61c6c296 100644
--- a/static/articles/server-traffic-shaping.html
+++ b/static/articles/server-traffic-shaping.html
@@ -217,9 +217,10 @@
the TCP_NOTSENT_LOWAT
socket option to override it per-socket.
A reasonable choice for internet-based workloads concerned about latency and
- particularly prioritization within TCP connections is 128kiB. To configure this,
- set the following in /etc/sysctl.d/local.conf
or another sysctl
- configuration file and load it with sysctl --system
:
/etc/sysctl.d/local.conf
or another sysctl configuration file and
+ load it with sysctl --system
:
net.ipv4.tcp_notsent_lowat = 131072