From 114c44643c0b6f872954ebfa84da3c6c0a7c260e Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Mon, 19 Apr 2010 15:26:03 +0200 Subject: [PATCH] openwrt: Disable ECN by default in sysctl.conf. See: https://dev.openwrt.org/ticket/3001 --- openwrt/files/etc/sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/files/etc/sysctl.conf b/openwrt/files/etc/sysctl.conf index 555c2fa..b3bfe3b 100644 --- a/openwrt/files/etc/sysctl.conf +++ b/openwrt/files/etc/sysctl.conf @@ -4,7 +4,7 @@ net.ipv4.conf.all.arp_ignore=1 net.ipv4.ip_forward=1 net.ipv4.icmp_echo_ignore_broadcasts=1 net.ipv4.icmp_ignore_bogus_error_responses=1 -net.ipv4.tcp_ecn=1 +net.ipv4.tcp_ecn=0 net.ipv4.tcp_fin_timeout=30 net.ipv4.tcp_keepalive_time=120 net.ipv4.tcp_syncookies=1