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.
> >
> >
[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.
--- net-2.6.orig/include/linux/tcp.h
+++ net-2.6/include/linux/tcp.h
@@ -307,6 +307,21 @@ struc
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]>
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
@@