diff options
author | Micael Karlberg <[email protected]> | 2018-10-04 10:06:16 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-10-04 10:06:16 +0200 |
commit | 4b1e1e148a5cc9c19127b61aaa3e15eeeaea6cb2 (patch) | |
tree | 26621f8cca51051dda15027260c836783e916f7f /system/doc/tutorial/nif.xmlsrc | |
parent | 1c412c62ba3be17b7a818f264049a7ee7942351e (diff) | |
download | otp-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 'system/doc/tutorial/nif.xmlsrc')
0 files changed, 0 insertions, 0 deletions