RFC Errata
RFC 6458, "Sockets API Extensions for the Stream Control Transmission Protocol (SCTP)", December 2011
Source of RFC: tsvwg (wit)
Errata ID: 6116
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT
Reported By: Michael Tuexen
Date Reported: 2020-04-20
Held for Document Update by: Martin Duke
Date Held: 2020-04-27
Section 6.1.2 says:
spc_state: This field holds one of a number of values that communicate the event that happened to the address. They include SCTP_ADDR_AVAILABLE: This address is now reachable. This notification is provided whenever an address becomes reachable. SCTP_ADDR_UNREACHABLE: The address specified can no longer be reached. Any data sent to this address is rerouted to an alternate until this address becomes reachable. This notification is provided whenever an address becomes unreachable. SCTP_ADDR_REMOVED: The address is no longer part of the association. SCTP_ADDR_ADDED: The address is now part of the association. SCTP_ADDR_MADE_PRIM: This address has now been made the primary destination address. This notification is provided whenever an address is made primary.
It should say:
spc_state: This field holds one of a number of values that communicate the event that happened to the address. They include SCTP_ADDR_CONFIRMED: This address is now confirmed. This notification is provided once an address transitions from the UNCONFIRMED state to the CONFIRMED state (see Section 5.4 of [RFC 4960]). SCTP_ADDR_AVAILABLE: This address is now reachable. This notification is provided whenever an address becomes reachable. SCTP_ADDR_UNREACHABLE: The address specified can no longer be reached. Any data sent to this address is rerouted to an alternate until this address becomes reachable. This notification is provided whenever an address becomes unreachable. SCTP_ADDR_REMOVED: The address is no longer part of the association. SCTP_ADDR_ADDED: The address is now part of the association. SCTP_ADDR_MADE_PRIM: This address has now been made the primary destination address. This notification is provided whenever an address is made primary.
Notes:
A description of the handling of the path verification as specified in Section 5.4 of RFC 4960 was missing.