RFC Errata
RFC 6458, "Sockets API Extensions for the Stream Control Transmission Protocol (SCTP)", December 2011
Source of RFC: tsvwg (wit)
Errata ID: 6114
Status: Held for Document Update
Type: Editorial
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 9.5 says:
If the id field is set to the value '0', then the locally bound addresses are returned without regard to any particular association.
It should say:
If the id field is set to the value SCTP_FUTURE_ASSOC, then the locally bound addresses are returned without regard to any particular association.
Notes:
Don't use a numeric constant, but the symbolic constant. Its numeric value is implementation specific.