RFC Errata
RFC 9260, "Stream Control Transmission Protocol", June 2022
Source of RFC: tsvwg (wit)See Also: RFC 9260 w/ inline errata
Errata ID: 7147
Status: Verified
Type: Editorial
Publication Format(s) : HTML
Reported By: Michael Tüxen
Date Reported: 2022-10-06
Verifier Name: RFC Editor
Date Verified: 2022-10-10
Section 3.2 says:
+----+--------------------------------------------------+ | 00 | Stop processing this SCTP packet and discard the | | | unrecognized chunk and all further chunks. | +----+--------------------------------------------------+ | 01 | Stop processing this SCTP packet, discard the | | | unrecognized chunk and all further chunks, and | | | report the unrecognized chunk in an ERROR chunk | | | using the 'Unrecognized Chunk Type' error cause. | +----+--------------------------------------------------+ | 10 | Skip this chunk and continue processing. | +----+--------------------------------------------------+ | 11 | Skip this chunk and continue processing, but | | | report it in an ERROR chunk using the | | | 'Unrecognized Chunk Type' error cause. | +----+--------------------------------------------------+
It should say:
+----+--------------------------------------------------+ | 00 | Stop processing this SCTP packet and discard the | | | unrecognized chunk and all further chunks. | +----+--------------------------------------------------+ | 01 | Stop processing this SCTP packet, discard the | | | unrecognized chunk and all further chunks, and | | | report the unrecognized chunk in an ERROR chunk | | | using the "Unrecognized Chunk Type" error cause. | +----+--------------------------------------------------+ | 10 | Skip this chunk and continue processing. | +----+--------------------------------------------------+ | 11 | Skip this chunk and continue processing, but | | | report it in an ERROR chunk using the | | | "Unrecognized Chunk Type" error cause. | +----+--------------------------------------------------+
Notes:
In the rest of the document, error cause names are enclosed in double quotes, not in single quotes.