RFC Errata
RFC 1122, "Requirements for Internet Hosts - Communication Layers", October 1989
Source of RFC: LegacyArea Assignment: int
Errata ID: 4778
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Sanjeev Ranot
Date Reported: 2016-08-18
Held for Document Update by: Martin Duke
Date Held: 2021-01-08
Section 4.2.3.4 says:
(3) or if at least a fraction Fs of the maximum window can be sent, i.e., if: [SND.NXT = SND.UNA and] min(D.U) >= Fs * Max(SND.WND);
It should say:
(3) or if at least a fraction Fs of the maximum window can be sent, i.e., if: [SND.NXT = SND.UNA and] min(D,U) >= Fs * Max(SND.WND);
Notes:
correct min(D.U) to min(D,U)