From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Date: Thu, 14 Sep 2006 14:12:50 -0300

> Allocate more sequence state on demand.  Each time a packet is sent out by
> CCID2, a record of it needs to be kept.  This list of records grows
> proportionally to cwnd.  Previously, the length of this list was hardcored and
> therefore the cwnd could only grow to this value (of 128).  Now, records are
> allocated on demand as necessary---cwnd may grow as it wishes.  The 
> exceptional
> case of when memory is not available is not handled gracefully.  Perhaps, cwnd
> should be capped at that point.
> 
> Signed-off-by: Andrea Bittau <[EMAIL PROTECTED]>
> Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>

Applied, but also needed trailing whitespace fixups.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to