diff options
author | Simon Cornish <[email protected]> | 2014-12-02 13:01:54 -0800 |
---|---|---|
committer | Simon Cornish <[email protected]> | 2014-12-08 07:47:23 -0800 |
commit | 6d49fd3d4d66237924912cc6e6ab3d2512fce728 (patch) | |
tree | 38f8ede25c18437d4e7a8db3649b8da048c2ebfd /lib | |
parent | ee17dd99f2a56499b13dc4c84578105ea1f14ff6 (diff) | |
download | otp-6d49fd3d4d66237924912cc6e6ab3d2512fce728.tar.gz otp-6d49fd3d4d66237924912cc6e6ab3d2512fce728.tar.bz2 otp-6d49fd3d4d66237924912cc6e6ab3d2512fce728.zip |
Fix inet:getopts involving #sctp_paddrinfo{}
Handle peer addresses that are unconfirmed (i.e. in state SCTP_UNCONFIRMED).
Handle unknown states instead of using ASSERT
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kernel/doc/src/gen_sctp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/gen_sctp.xml b/lib/kernel/doc/src/gen_sctp.xml index dc9e4766a9..ee8cd441d4 100644 --- a/lib/kernel/doc/src/gen_sctp.xml +++ b/lib/kernel/doc/src/gen_sctp.xml @@ -961,7 +961,7 @@ <pre> #sctp_paddrinfo{ assoc_id = assoc_id(), address = {IP, Port}, - state = inactive | active, + state = inactive | active | unconfirmed, cwnd = integer(), srtt = integer(), rto = integer(), |