From: Gerrit Renker Date: Sun, 13 Jul 2008 10:51:40 +0000 (+0100) Subject: dccp ccid-3: Length of loss intervals X-Git-Tag: v2.6.27-rc1~969^2~161^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eeea7ba6b4b65ed27b7646a1bdea3b45973c861;p=pandora-kernel.git dccp ccid-3: Length of loss intervals This corrects an error in the computation of the open loss interval I_0: * the interval length is (highest_seqno - start_seqno) + 1 * and not (highest_seqno - start_seqno). This condition was not fully clear in RFC 3448, but reflects the current revision state of rfc3448bis and is also consistent with RFC 4340, 6.1.1. Further changes: ---------------- * variable renamed due to line length constraints; * explicit typecast to `s64' to avoid implicit signed/unsigned casting. Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed