From: Andreas Petlund Date: Thu, 18 Feb 2010 02:47:01 +0000 (+0000) Subject: net: TCP thin linear timeouts X-Git-Tag: v2.6.34-rc1~233^2~134 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e31b0af58728071e8023cf8e20c5166b700717;p=pandora-kernel.git net: TCP thin linear timeouts This patch will make TCP use only linear timeouts if the stream is thin. This will help to avoid the very high latencies that thin stream suffer because of exponential backoff. This mechanism is only active if enabled by iocontrol or syscontrol and the stream is identified as thin. A maximum of 6 linear timeouts is tried before exponential backoff is resumed. Signed-off-by: Andreas Petlund Signed-off-by: David S. Miller --- Reading git-diff-tree failed