aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-07-24 16:40:55 +0200
committerMicael Karlberg <[email protected]>2018-09-18 14:50:18 +0200
commit00a2425bde77ddb9ae4c03b8c4e5470064773981 (patch)
treefe118b4be3b1ea5c2f61e9e1ad3cb7cc46fea276 /erts/doc
parentb9237c96b2b86c82bb128625cc532b3528222560 (diff)
downloadotp-00a2425bde77ddb9ae4c03b8c4e5470064773981.tar.gz
otp-00a2425bde77ddb9ae4c03b8c4e5470064773981.tar.bz2
otp-00a2425bde77ddb9ae4c03b8c4e5470064773981.zip
[socket-nif] Add support for socket (level ip) option recverr
Added support for the IP 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')
-rw-r--r--erts/doc/src/socket_usage.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml
index 8480af315e..b791567c22 100644
--- a/erts/doc/src/socket_usage.xml
+++ b/erts/doc/src/socket_usage.xml
@@ -339,7 +339,7 @@
</row>
<row>
<cell>multicast_ttl</cell>
- <cell>0..255</cell>
+ <cell>uint8()</cell>
<cell>yes</cell>
<cell>yes</cell>
<cell>none</cell>
@@ -352,6 +352,13 @@
<cell>type = raw</cell>
</row>
<row>
+ <cell>recverr</cell>
+ <cell>boolean()</cell>
+ <cell>yes</cell>
+ <cell>yes</cell>
+ <cell>none</cell>
+ </row>
+ <row>
<cell>recvif</cell>
<cell>boolean()</cell>
<cell>yes</cell>