diff options
author | Micael Karlberg <[email protected]> | 2018-07-23 15:02:39 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-18 14:50:18 +0200 |
commit | c077834b1465a8285f0c18e1d164c812aaadac9c (patch) | |
tree | 37a36f0364a82a814ab320219c55520d2660c95a /erts/doc | |
parent | 2f99a47953404a18965fe6fe434593ee851e8677 (diff) | |
download | otp-c077834b1465a8285f0c18e1d164c812aaadac9c.tar.gz otp-c077834b1465a8285f0c18e1d164c812aaadac9c.tar.bz2 otp-c077834b1465a8285f0c18e1d164c812aaadac9c.zip |
[socket-nif] Add support for socket (level ipv6) option multicast_if
Added support for the IPv6 socket option MULTICAST_IF.
OTP-14831.
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/socket_usage.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml index 4f18471eb3..f9e094b11a 100644 --- a/erts/doc/src/socket_usage.xml +++ b/erts/doc/src/socket_usage.xml @@ -454,6 +454,13 @@ <cell>none</cell> </row> <row> + <cell>multicast_if</cell> + <cell>integer()</cell> + <cell>yes</cell> + <cell>yes</cell> + <cell>type = dgram | raw</cell> + </row> + <row> <cell>v6only</cell> <cell>boolean()</cell> <cell>yes</cell> |