From: David S. Miller Date: Wed, 13 Jun 2007 08:03:53 +0000 (-0700) Subject: [TCP]: Set initial_ssthresh default to zero in Cubic and BIC. X-Git-Tag: v2.6.22-rc5~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e1e3b20cbbf99da63e6c1af0fc6d39c2ed099a;p=pandora-kernel.git [TCP]: Set initial_ssthresh default to zero in Cubic and BIC. Because of the current default of 100, Cubic and BIC perform very poorly compared to standard Reno. In the worst case, this change makes Cubic and BIC as aggressive as Reno. So this change should be very safe. Signed-off-by: David S. Miller --- Reading git-diff-tree failed