From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Yongjun Date: Thu, 22 May 2008 09:33:39 +0000 Subject: Re: [PATCH] DCCP: Fix to handle short sequence numbers packet correctly Message-Id: <48353DF3.2030107@cn.fujitsu.com> List-Id: References: <4834EA23.3070309@cn.fujitsu.com> In-Reply-To: <4834EA23.3070309@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dccp@vger.kernel.org Hi Gerrit Renker: Does this patch need CC to netdev? Wei Yongjun Gerrit Renker wrote: >> But DCCP has some mistake to handle short sequence numbers packet, now >> it drop packet only if P.type is Data, Ack, or DataAck and P.X = 0. >> >> This patch fixed this problem. >> >> Signed-off-by: Wei Yongjun >> > Acked-by: Gerrit Renker > > I also put this patch into the test tree, as long as it is not in mainline. > > >