From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-2.6.25] [TCP]: Create tcp_mark_head_lost_single for NewReno Date: Wed, 05 Dec 2007 02:39:47 -0800 (PST) Message-ID: <20071205.023947.118293079.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org To: ilpo.jarvinen@helsinki.fi Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:50414 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751270AbXLEKjr convert rfc822-to-8bit (ORCPT ); Wed, 5 Dec 2007 05:39:47 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: =46rom: "Ilpo_J=E4rvinen" Date: Wed, 5 Dec 2007 12:19:04 +0200 (EET) >=20 > Fixes NewReno breakage that got introduced because reno ended up > into RFC3517 counting branch in tcp_mark_head_lost after the > split space tweaks. The fack branch would have worked, however, > coming lost marker updates would eventually add this anyway. >=20 > Signed-off-by: Ilpo J=E4rvinen Applied, thanks Ilpo.