From: Vlad Yasevich Date: Sat, 1 May 2010 02:41:09 +0000 (-0400) Subject: sctp: Do not force T3 timer on fast retransmissions. X-Git-Tag: v2.6.35-rc1~473^2~287^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9efc2231b28bc199f9de4dd594248b7341188e5;p=pandora-kernel.git sctp: Do not force T3 timer on fast retransmissions. We don't need to force the T3 timer any more and it's actually wrong to do as it causes too long of a delay. The timer will be started if one is not running, but if one is running, we leave it alone. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed