From da20fcbe42e9fa2aee7104813709243a22a457c2 Mon Sep 17 00:00:00 2001
From: Sami Kerola <kerolasa@iki.fi>
Date: Tue, 24 Jan 2012 22:34:12 +0100
Subject: [PATCH] docs: remove tcp_default_win_scale from sysctl.conf sample

The variable net.ipv4.tcp_default_win_scale has not been part of
kernel since 2.6.9 (Oct 2004).

Reference: http://oss.sgi.com/archives/netdev/2004-08/msg01589.html
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 sysctl.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysctl.conf b/sysctl.conf
index 720294f0..6559310a 100644
--- a/sysctl.conf
+++ b/sysctl.conf
@@ -28,7 +28,6 @@ net/ipv4/icmp_echo_ignore_broadcasts =1
 # This may, rarely, cause some performance loss when running high-speed
 # TCP/IP over huge distances or running TCP/IP over connections with high
 # packet loss and modern routers. This sure beats dropped connections.
-#net.ipv4.tcp_default_win_scale = 0
 #net.ipv4.tcp_ecn = 0
 
 # Swapping too much or not enough? Disks spinning up when you'd
-- 
2.40.0