RFC Errata
Found 1 record.
Status: Reported (1)
RFC 9622, "An Abstract Application Programming Interface (API) for Transport Services", January 2025
Source of RFC: taps (wit)
Errata ID: 8619
Status: Reported
Type: Editorial
Publication Format(s) : TEXT, PDF, HTML
Reported By: Ingebrigt Hovind
Date Reported: 2025-10-30
Section 6.1.5 says:
TransportProperties := ...
SecurityParameters := ...
Preconnection := NewPreconnection(LocalSpecifier,
RemoteSpecifier,
TransportProperties,
SecurityProperties)
Listener := Preconnection.Listen()
It should say:
TransportProperties := ...
SecurityParameters := ...
Preconnection := NewPreconnection(LocalSpecifier,
RemoteSpecifier,
TransportProperties,
SecurityParameters)
Listener := Preconnection.Listen()
Notes:
Using wrong variable name for SecurityParameters variable in pseudocode, happens 4 times in the section.
