On 7/27/07, Gerrit Renker <[EMAIL PROTECTED]> wrote:
> [CCID3]: Revert use of MSS instead of s
>
> Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>

Signed-off-by: Ian McDonald <[EMAIL PROTECTED]>
>  /*
> - * Compute the initial sending rate X_init according to RFC 3390:
> - *     w_init   =    min(4 * MSS, max(2 * MSS, 4380 bytes))
> - *     X_init   =    w_init / RTT
> + * Compute the initial sending rate X_init in the manner of RFC 3390:
> + *
> + *     X_init  =  min(4*s, max(2*s, 4380 bytes)) / RTT
> + *
> + * Note that RFC 3390 uses MSS, while TFRC uses the nominal packet size s.

Can you perhaps change this to say something like....
* Note that RFC 3390 uses MSS, while TFRC uses the nominal packet size
s and TRFCbis clarifies this to the above formula.



-- 
Web1: http://wand.net.nz/~iam4/
Web2: http://www.jandi.co.nz
Blog: http://iansblog.jandi.co.nz
-
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