From 08b5fbe328b3b234d9ee76dd19ddb8598fca5125 Mon Sep 17 00:00:00 2001
From: Daniel Micay 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