36e8a3
From 730ce6562f8a5f4a61d1ed3ffb4d65fa27b728fc Mon Sep 17 00:00:00 2001
36e8a3
From: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
36e8a3
Date: Fri, 17 Aug 2018 21:31:05 +0200
36e8a3
Subject: [PATCH] Revert "sysctl.d: request ECN on both in and outgoing
36e8a3
 connections"
36e8a3
36e8a3
Turning on ECN still causes slow or broken network on linux. Our tcp
36e8a3
is not yet ready for wide spread use of ECN.
36e8a3
36e8a3
This reverts commit 919472741dba6ad0a3f6c2b76d390a02d0e2fdc3.
36e8a3
36e8a3
(cherry picked from commit 1e190dfd5bb95036f937ef1dc46f43eb0a146612)
36e8a3
36e8a3
Resolves: #1619790
36e8a3
---
36e8a3
 sysctl.d/50-default.conf | 3 ---
36e8a3
 1 file changed, 3 deletions(-)
36e8a3
36e8a3
diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf
4bff0a
index b67ae87ca6..e263cf0628 100644
36e8a3
--- a/sysctl.d/50-default.conf
36e8a3
+++ b/sysctl.d/50-default.conf
36e8a3
@@ -33,9 +33,6 @@ net.ipv4.conf.all.promote_secondaries = 1
36e8a3
 # Fair Queue CoDel packet scheduler to fight bufferbloat
36e8a3
 net.core.default_qdisc = fq_codel
36e8a3
 
36e8a3
-# Request Explicit Congestion Notification (ECN) on both in and outgoing connections
36e8a3
-net.ipv4.tcp_ecn = 1
36e8a3
-
36e8a3
 # Enable hard and soft link protection
36e8a3
 fs.protected_hardlinks = 1
36e8a3
 fs.protected_symlinks = 1