]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysctl.d: request ECN on both in and outgoing connections 9143/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 31 May 2018 06:33:08 +0000 (08:33 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 31 May 2018 06:43:03 +0000 (08:43 +0200)
commit919472741dba6ad0a3f6c2b76d390a02d0e2fdc3
treeadc14eabe9a3175cc9e19d62a2cac8a108fde4c0
parent18944130b013cdcfc33234add46ff785186ac1f4
sysctl.d: request ECN on both in and outgoing connections

To further avoid bufferbloat Explicit Congestion Notification (ECN)
should be enabled for both in and outgoing connections. The kernel
default is to enable it when requested for incoming connections, but
not to request it on outgoing connections. This patch enables it for
both.

A long time ago enabling these was causing problems, but these issues
have since been dealt with.

For issue #9087
sysctl.d/50-default.conf