Re: [PATCH 8/8] tcp: sack fastpath

2005-11-15 Thread Stephen Hemminger
On Mon, 14 Nov 2005 17:46:24 +0100 Eric Dumazet [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] a écrit : Use hits to speed up the SACK processing. Various forms of this have been used by TCP developers (Web100, STCP, BIC) to avoid the 2x linear search of outstanding segments. ---

[PATCH 8/8] tcp:

2005-11-10 Thread shemminger
Use hits to speed up the SACK processing. Various forms of this have been used by TCP developers (Web100, STCP, BIC) to avoid the 2x linear search of outstanding segments. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- net-2.6.orig/include/linux/tcp.h +++ net-2.6/include/linux/tcp.h @@

Re: [PATCH 8/8] tcp:

2005-11-10 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Thu, 10 Nov 2005 15:15:15 -0800 Use hits to speed up the SACK processing. Various forms of this have been used by TCP developers (Web100, STCP, BIC) to avoid the 2x linear search of outstanding segments. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED]