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