RFC Errata
RFC 3448, "TCP Friendly Rate Control (TFRC): Protocol Specification", January 2003
Note: This RFC has been obsoleted by RFC 5348
Source of RFC: tsvwg (wit)See Also: RFC 3448 w/ inline errata
Errata ID: 1459
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Michele R.
Date Reported: 2003-04-29
Section 5.5 says:
for (i = 1 to n) { DF_i = 1; }
It should say:
for (i = 0 to n) { DF_i = 1; }
Notes:
When initializing DF, initialize from 0 to n, not from 1 to n.
(collected by Sally Floyd, 2004-06-11)