From: Samuel Jero Date: Mon, 27 Feb 2012 01:22:02 +0000 (-0700) Subject: dccp: fix bug in sequence number validation during connection setup X-Git-Tag: v3.4-rc1~177^2~152^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f541fb7e20c848f947ca65fbf169efe69400c942;p=pandora-kernel.git dccp: fix bug in sequence number validation during connection setup This fixes a bug in the sequence number validation during the initial handshake. The code did not treat the initial sequence numbers ISS and ISR as read-only and did not keep state for GSR and GSS as required by the specification. This causes problems with retransmissions during the initial handshake, causing the budding connection to be reset. This patch now treats ISS/ISR as read-only and tracks GSS/GSR as required. Signed-off-by: Samuel Jero Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed