RFC Errata
RFC 8832, "WebRTC Data Channel Establishment Protocol", January 2021
Source of RFC: rtcweb (art)
Errata ID: 6411
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Victor Boivie
Date Reported: 2021-01-25
Section 5 says:
5. Message Formats Every Data Channel Establishment Protocol message starts with a one byte field called "Message Type" which indicates the type of the message. The corresponding values are managed by IANA (see Section 8.2.1).
It should say:
5. Message Formats Every Data Channel Establishment Protocol message starts with a one byte field called "Message Type" which indicates the type of the message. The corresponding values are managed by IANA (see Section 8.2.1). All integer fields in an Data Channel Establishment Protocol message MUST be transmitted in network byte order, unless otherwise stated.
Notes:
The byte order of integer fields in the protocol messages is not defined.