X Tutup
Skip to content

Commit 1e190df

Browse files
phomeskeszybz
authored andcommitted
Revert "sysctl.d: request ECN on both in and outgoing connections"
Turning on ECN still causes slow or broken network on linux. Our tcp is not yet ready for wide spread use of ECN. This reverts commit 9194727.
1 parent cb63114 commit 1e190df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sysctl.d/50-default.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ net.ipv4.conf.all.promote_secondaries = 1
3333
# Fair Queue CoDel packet scheduler to fight bufferbloat
3434
net.core.default_qdisc = fq_codel
3535

36-
# Request Explicit Congestion Notification (ECN) on both in and outgoing connections
37-
net.ipv4.tcp_ecn = 1
38-
3936
# Enable hard and soft link protection
4037
fs.protected_hardlinks = 1
4138
fs.protected_symlinks = 1

0 commit comments

Comments
 (0)
X Tutup