RFC Errata
Found 3 records.
Status: Verified (3)
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)
Errata ID: 270
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Joerg Widmer
Date Reported: 2003-03-04
Section 4 says:
If the sender does not receive a feedback report for two round trip times, it cuts its sending rate in half.
It should say:
If the sender does not receive a feedback report for four round trip times, it cuts its sending rate in half.
Notes:
Nofeedback timeout: Correct an inconsistency in the document.
(collected by Sally Floyd, 2004-06-11)
Errata ID: 1458
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Mark Handley, from Wim Heirman
Date Reported: 2003-03-13
Section 4.4, item (2) says:
If the nofeedback timer expires when the sender does not yet have an RTT sample, and has not yet received any feedback from the receiver,
It should say:
If the nofeedback timer expires when the sender does not yet have an RTT sample, and has not yet received any feedback from the receiver, or when p == 0,
Notes:
(collected by Sally Floyd, 2004-06-11)
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)