RFC Errata
RFC 9622, "An Abstract Application Programming Interface (API) for Transport Services", January 2025
Source of RFC: taps (wit)See Also: RFC 9622 w/ inline errata
Errata ID: 8619
Status: Verified
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: Ingebrigt Hovind
Date Reported: 2025-10-30
Verifier Name: Gorry Fairhurst
Date Verified: 2026-01-20
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:
There were four occurances in pseudocode of the variable name "SecurityParameters". The RFC is updated to replace each of these with the variable name "SecurityParameters", as used elsewhere in this RFC.
