From: Gerrit Renker Date: Sun, 10 Dec 2006 02:01:22 +0000 (-0200) Subject: [DCCP] ccid3: Fix two bugs in sending rate computation X-Git-Tag: v2.6.20-rc1~146^2~12^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179ebc9f92da88e15ea86d7d27308c92712d8ee9;p=pandora-kernel.git [DCCP] ccid3: Fix two bugs in sending rate computation This fixes 1) a bug in the recomputation of the sending rate by the nofeedback timer when no feedback at all has so far been sent by the receiver: min_t was used instead of max_t, which is wrong (cf. RFC 3448, p. 10); 2) an error in the computation of larger initial windows: instead of min(... max()) (cf. RFC 4342, 5.), the code had used max(... max()). Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed