aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc
diff options
context:
space:
mode:
authorSimon Cornish <[email protected]>2014-12-02 13:01:54 -0800
committerSimon Cornish <[email protected]>2014-12-08 07:47:23 -0800
commit6d49fd3d4d66237924912cc6e6ab3d2512fce728 (patch)
tree38f8ede25c18437d4e7a8db3649b8da048c2ebfd /lib/kernel/doc
parentee17dd99f2a56499b13dc4c84578105ea1f14ff6 (diff)
downloadotp-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/kernel/doc')
-rw-r--r--lib/kernel/doc/src/gen_sctp.xml2
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(),