Re: [PATCH] [TCP]: Make invariant check complain about invalid sacked_out

2007-12-05 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Wed, 5 Dec 2007 21:36:37 +0200 (EET) > On Wed, 5 Dec 2007, Ilpo Järvinen wrote: > > > > > Earlier resolution for NewReno's sacked_out should now keep > > it small enough for this to become invariant-like check. > > > > Signed-off-by: Ilpo Järvinen

Re: [PATCH] [TCP]: Make invariant check complain about invalid sacked_out

2007-12-05 Thread Ilpo Järvinen
On Wed, 5 Dec 2007, Ilpo Järvinen wrote: > > Earlier resolution for NewReno's sacked_out should now keep > it small enough for this to become invariant-like check. > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> Forgot to modify it to the subject, this one to net-2.6.25 please. -- i.

[PATCH] [TCP]: Make invariant check complain about invalid sacked_out

2007-12-05 Thread Ilpo Järvinen
Earlier resolution for NewReno's sacked_out should now keep it small enough for this to become invariant-like check. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- net/ipv4/tcp_input.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/i