Blame SOURCES/0044-Revert-sysctl.d-request-ECN-on-both-in-and-outgoing-.patch

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