On 11/4/07, Gerrit Renker <gerrit@xxxxxxxxxxxxxx> 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 <gerrit@xxxxxxxxxxxxxx> Signed-off-by: Ian McDonald <ian.mcdonald@xxxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html