aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/socket_usage.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-10-04 10:06:16 +0200
committerMicael Karlberg <[email protected]>2018-10-04 10:06:16 +0200
commit4b1e1e148a5cc9c19127b61aaa3e15eeeaea6cb2 (patch)
tree26621f8cca51051dda15027260c836783e916f7f /erts/doc/src/socket_usage.xml
parent1c412c62ba3be17b7a818f264049a7ee7942351e (diff)
downloadotp-4b1e1e148a5cc9c19127b61aaa3e15eeeaea6cb2.tar.gz
otp-4b1e1e148a5cc9c19127b61aaa3e15eeeaea6cb2.tar.bz2
otp-4b1e1e148a5cc9c19127b61aaa3e15eeeaea6cb2.zip
[socket-nif] Socket option 'SO_DOMAIN' not avalable on all platforms
Internally in the socket module we accessed domain, type and protocol for an open socket. But as it turns out, domain (family) is not actually available as a socket option on all platforms. FreeBSD in this case. So, since we store these values in the socket descriptor anyway, we switch to use these values for our internal use instead. OTP-14831
Diffstat (limited to 'erts/doc/src/socket_usage.xml')
-rw-r--r--erts/doc/src/socket_usage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml
index 23d0f319f1..1ea29097c3 100644
--- a/erts/doc/src/socket_usage.xml
+++ b/erts/doc/src/socket_usage.xml
@@ -146,7 +146,7 @@
<cell>domain()</cell>
<cell>no</cell>
<cell>yes</cell>
- <cell>none</cell>
+ <cell><em>Not</em> on FreeBSD (for instance)</cell>
</row>
<row>
<cell>dontroute</cell>