diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-01 23:07:59 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-01 23:07:59 -0500 |
| commit | 5ffff6dfc19fd74054ab587cab396f86fd27b16d (patch) | |
| tree | a236bc1bb7e88f364bf8f51c4b6ac522f3596d45 /static/articles | |
| parent | 08b5fbe328b3b234d9ee76dd19ddb8598fca5125 (diff) | |
another clarification
Diffstat (limited to 'static/articles')
| -rw-r--r-- | static/articles/server-traffic-shaping.html | 7 |
1 files changed, 4 insertions, 3 deletions
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.</p> <p>If you decide to use <code>tcp_notsent_lowat</code>, 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.</p> + 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.</p> </section> <section id="future"> |
