diff options
author | Micael Karlberg <[email protected]> | 2018-09-27 12:40:35 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-27 14:25:40 +0200 |
commit | 4341dcd7ab14ae8af3d12a30563b5229015e320c (patch) | |
tree | 13ae19b42b39759d6dbbb1bf81232408982480e7 | |
parent | 4d8504a7c33133ea9f7ade7b9eb763406e0d60fa (diff) | |
download | otp-4341dcd7ab14ae8af3d12a30563b5229015e320c.tar.gz otp-4341dcd7ab14ae8af3d12a30563b5229015e320c.tar.bz2 otp-4341dcd7ab14ae8af3d12a30563b5229015e320c.zip |
[socket-nif|doc] SCTP type and sendto
Added missing SCTP type (for assoc id) and updated sento doc
(missing clauses).
OTP-14831
-rw-r--r-- | erts/doc/src/socket.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index 35f7e8502d..e2fd0adc8f 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -147,6 +147,9 @@ <name name="ipv6_pmtudisc"/> </datatype> <datatype> + <name name="sctp_assoc_id"/> + </datatype> + <datatype> <name name="sctp_sndrcvinfo"/> </datatype> <datatype> @@ -481,7 +484,8 @@ <func> <name name="sendto" arity="3"/> - <name name="sendto" arity="4"/> + <name name="sendto" arity="4" clause_i="1"/> + <name name="sendto" arity="4" clause_i="2"/> <name name="sendto" arity="5"/> <fsummary>Send a message on a socket.</fsummary> <desc> |