Comment by foltik
2 days ago
Why doesn’t linux just add a kconfig that enables TCP_NODELAY system wide? It could be enabled by default on modern distros.
2 days ago
Why doesn’t linux just add a kconfig that enables TCP_NODELAY system wide? It could be enabled by default on modern distros.
Looks like there is a sysctl option for BSD/MacOS but Linux it must be done at application level?
Perhaps you can set up iptables rule to add the bit.