aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/socket_usage.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-07-24 17:01:46 +0200
committerMicael Karlberg <[email protected]>2018-09-18 14:50:18 +0200
commit4e24993aff4c5a0cb2bec96e5499131a660a79f9 (patch)
tree01dbfd99552c6b7f1baddcc101ba6d664c68d877 /erts/doc/src/socket_usage.xml
parent00a2425bde77ddb9ae4c03b8c4e5470064773981 (diff)
downloadotp-4e24993aff4c5a0cb2bec96e5499131a660a79f9.tar.gz
otp-4e24993aff4c5a0cb2bec96e5499131a660a79f9.tar.bz2
otp-4e24993aff4c5a0cb2bec96e5499131a660a79f9.zip
[socket-nif] Add support for socket (level ipv6) option recverr
Added support for the IPv6 socket option RECVERR. To actually make use of this option, we need the recvmsg function, which we don't have yet. Baby steps. 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 b791567c22..30b855f925 100644
--- a/erts/doc/src/socket_usage.xml
+++ b/erts/doc/src/socket_usage.xml
@@ -511,6 +511,13 @@
<cell>none</cell>
</row>
<row>
+ <cell>recverr</cell>
+ <cell>boolean()</cell>
+ <cell>yes</cell>
+ <cell>yes</cell>
+ <cell>none</cell>
+ </row>
+ <row>
<cell>recvpktinfo | pktinfo</cell>
<cell>boolean()</cell>
<cell>yes</cell>