aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/socket_usage.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-07-23 14:26:25 +0200
committerMicael Karlberg <[email protected]>2018-09-18 14:50:18 +0200
commit2f99a47953404a18965fe6fe434593ee851e8677 (patch)
treeb47fc82c35a23ebc3ea054ec89089d6377f609fc /erts/doc/src/socket_usage.xml
parentba4b0ff7bf355a4fec434792495945872bb3efc5 (diff)
downloadotp-2f99a47953404a18965fe6fe434593ee851e8677.tar.gz
otp-2f99a47953404a18965fe6fe434593ee851e8677.tar.bz2
otp-2f99a47953404a18965fe6fe434593ee851e8677.zip
[socket-nif] Add support for socket (level ipv6) option multicast_hops
Added support for the IPv6 socket option MULTICAST_HOPS. OTP-14831.
Diffstat (limited to 'erts/doc/src/socket_usage.xml')
-rw-r--r--erts/doc/src/socket_usage.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml
index eb1cbf6984..4f18471eb3 100644
--- a/erts/doc/src/socket_usage.xml
+++ b/erts/doc/src/socket_usage.xml
@@ -447,6 +447,13 @@
<cell>none</cell>
</row>
<row>
+ <cell>multicast_hops</cell>
+ <cell>default | uint8()</cell>
+ <cell>yes</cell>
+ <cell>yes</cell>
+ <cell>none</cell>
+ </row>
+ <row>
<cell>v6only</cell>
<cell>boolean()</cell>
<cell>yes</cell>