On 11/4/07, Gerrit Renker <[EMAIL PROTECTED]> wrote: > The code used two different variables to count Acks, one of them redundant. > This patch reduces the number of Ack counters to one. > > The type of the Ack counter has also been changed to u32 (twice the range of > int); > and the variable has been renamed into `packets_acked' - for consistency with > RFC 3465 (and similarly named variables are used by TCP and SCTP). > > Lastly, a slightly less aggressive `maxincr' increment is used (for even Ack > Ratios, > maxincr was Ack Ratio/2 + 1 instead of Ack Ratio/2). > > Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>
Acked-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

