[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0703081651220.14483@kivilampi-30.cs.helsinki.fi>
Date: Thu, 8 Mar 2007 16:58:00 +0200 (EET)
From: "Ilpo Järvinen" <ilpo.jarvinen@...sinki.fi>
To: Baruch Even <baruch@...en.org>
cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [RFC PATCH 1/2] [TCP]: Add highest_sack seqno, points to globally
highest SACK
On Thu, 8 Mar 2007, Ilpo Järvinen wrote:
> It is maintained only in during slowpath of tcp_ack().
I think I'll change this to do the forced synchronization of the
highest_sack to snd_una in sacktag_write_queue when tp->sacked_out is zero
during entry, which should be much simpler than the current approach.
...and then use if (!tp->sacked_out) to select between snd_una and
highest_sack entry in the scoreboard updater...
--
i.
Powered by blists - more mailing lists