diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html index 61c6c296..47791618 100644 --- a/static/articles/server-traffic-shaping.html +++ b/static/articles/server-traffic-shaping.html @@ -231,9 +231,10 @@ sure there's not a negative impact for the workload.

If you decide to use tcp_notsent_lowat, be aware that newer Linux - kernels (Linux 5.0+ with a further improvement for Linux 5.10+) substantially - reduce system calls / context switches by not triggering the application to - provide more data until over half the unsent byte buffer is empty.

+ kernels (Linux 5.0+ with a further improvement for Linux 5.10+) are recommended to + substantially reduce system calls / context switches by not triggering the + application to provide more data until over half the unsent byte buffer is + empty.