another clarification

This commit is contained in:
Daniel Micay 2021-01-01 23:07:59 -05:00
parent 08b5fbe328
commit 5ffff6dfc1

View File

@ -231,9 +231,10 @@
sure there's not a negative impact for the workload.</p> 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 <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 kernels (Linux 5.0+ with a further improvement for Linux 5.10+) are recommended to
reduce system calls / context switches by not triggering the application to substantially reduce system calls / context switches by not triggering the
provide more data until over half the unsent byte buffer is empty.</p> application to provide more data until over half the unsent byte buffer is
empty.</p>
</section> </section>
<section id="future"> <section id="future">