Re: 2.6.17: networking bug??

From: David Miller
Date: Tue Jun 13 2006 - 19:02:02 EST


From: Rick Jones <rick.jones2@xxxxxx>
Date: Tue, 13 Jun 2006 15:40:53 -0700

> > One final word about window sizes. If you have a connection whose
> > bandwidth-delay-product needs an N byte buffer to fill, you actually
> > have to have an "N * 2" sized buffer available in order for fast
> > retransmit to work.
>
> Is that as important in the presence of SACK?

The consern is identical, SACK or not.

The only difference SACK introduces for fast retransmit is that we
know with more certainty which holes need to be filled and thus which
packets to fast retransmit.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/