diff options
Diffstat (limited to 'erts/doc/src/socket.xml')
-rw-r--r-- | erts/doc/src/socket.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index 05ffc8f074..cf0cde2e68 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -84,6 +84,12 @@ <name name="port_number"/> </datatype> <datatype> + <name name="in6_flow_info"/> + </datatype> + <datatype> + <name name="in6_scope_id"/> + </datatype> + <datatype> <name name="accept_flags"/> </datatype> <datatype> @@ -96,6 +102,12 @@ <name name="send_flag"/> </datatype> <datatype> + <name name="recv_flags"/> + </datatype> + <datatype> + <name name="recv_flag"/> + </datatype> + <datatype> <name name="shutdown_how"/> </datatype> <datatype> @@ -476,7 +488,7 @@ The <c>MsgHdr</c> may also contain an list of optional <c>cmsghdr_send()</c> (depends on what the protocol and platform supports).</p> - <p>Unlike the <seealso marker="#send"><c>send</c></seealso> function, + <p>Unlike the <seealso marker="#send/2"><c>send</c></seealso> function, this one sends <em>one message</em>. This means that if, for whatever reason, its not possible to send the message in one go, the function will instead return with the |