From: Gerrit Renker Date: Wed, 11 Jun 2008 10:19:10 +0000 (+0100) Subject: dccp: Bug in initial acknowledgment number assignment X-Git-Tag: v2.6.26-rc7~40^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4c798a41bf626cdaacf96c382f116ed2f7dbe9;p=pandora-kernel.git dccp: Bug in initial acknowledgment number assignment Step 8.5 in RFC 4340 says for the newly cloned socket Initialize S.GAR := S.ISS, but what in fact the code (minisocks.c) does is Initialize S.GAR := S.ISR, which is wrong (typo?) -- fixed by the patch. Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed