diff options
author | Micael Karlberg <[email protected]> | 2018-07-24 12:05:00 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-18 14:50:18 +0200 |
commit | e54642b537177941ff361b1eebdec10e02cfc22d (patch) | |
tree | 26f0b90fcc6387f1cb19f10e1b0afd9b04b34825 /erts/preloaded/ebin | |
parent | 9ca6de6efbe844bcf7dc996cfcf51bcd50325007 (diff) | |
download | otp-e54642b537177941ff361b1eebdec10e02cfc22d.tar.gz otp-e54642b537177941ff361b1eebdec10e02cfc22d.tar.bz2 otp-e54642b537177941ff361b1eebdec10e02cfc22d.zip |
[socket-nif] Add support for socket (level ipv6) option flowinfo
Added support for the IPv6 socket option(s) FLOWINFO.
The option returns with einval when calling setsockopt,
so either you need to be a privileged user to update, or its not
actually possible to update this option (even though it says
nothing about that in the man page. It only talks about set).
This is the same behaviour as with DSTOPTS.
Needs furher checking.
OTP-14831.
Diffstat (limited to 'erts/preloaded/ebin')
-rw-r--r-- | erts/preloaded/ebin/socket.beam | bin | 57468 -> 57524 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam Binary files differindex 17622c5341..f0788f2378 100644 --- a/erts/preloaded/ebin/socket.beam +++ b/erts/preloaded/ebin/socket.beam |