On 11/4/07, Gerrit Renker <[EMAIL PROTECTED]> wrote:
> The current function ccid2_change_cwnd in effect makes only an assignment, as
> the test whether cwnd has reached 0 is only required when cwnd is halved.
>
> This patch simplifies the code by replacing the function with the assignment
> it performs.
>
> Furthermore, since ssthresh derives from cwnd and appears in many assignments 
> and
> comparisons, the type of ssthresh has also been changed to match that of cwnd.
>
> Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>
Signed-off-by: Ian McDonald <[EMAIL PROTECTED]>
-
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