From: Gerrit Renker Date: Tue, 28 Nov 2006 20:34:34 +0000 (-0200) Subject: [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 X-Git-Tag: v2.6.20-rc1~34^2~40^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1fda6f6c01d7ac195c040f14edcf9f64a5451e;p=pandora-kernel.git [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 This corrects the setting of the nofeedback timer with regard to RFC 3448 - previously it was not set to max(4*R, 2*s/X) as specified. Using the maximum of 1 second as upper bound (as it was done before) can have detrimental effects, especially if R is small. Signed-off-by: Ian McDonald Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed