diff options
author | Micael Karlberg <[email protected]> | 2018-07-25 12:29:41 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-18 14:50:18 +0200 |
commit | 70a5b8d6a01b91a6044c6a5a0f8ed8919afd509b (patch) | |
tree | 878cf90a617b2d9404c81b29e48cc589601752c3 /erts/preloaded/ebin/socket.beam | |
parent | 587d3a9a76b6ef2c88b850d007d39d34c37b5825 (diff) | |
download | otp-70a5b8d6a01b91a6044c6a5a0f8ed8919afd509b.tar.gz otp-70a5b8d6a01b91a6044c6a5a0f8ed8919afd509b.tar.bz2 otp-70a5b8d6a01b91a6044c6a5a0f8ed8919afd509b.zip |
[socket-nif] Add support for socket (level ip) option pktinfo
Added support for ip level socket option PKTINFO.
This option requires sendmsg and/or recvmsg to actually use,
so we cannot test this fully at the moment (although both set
and get works).
OTP-14831
Diffstat (limited to 'erts/preloaded/ebin/socket.beam')
-rw-r--r-- | erts/preloaded/ebin/socket.beam | bin | 59016 -> 59056 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 be5413e116..b5b18e1c3a 100644 --- a/erts/preloaded/ebin/socket.beam +++ b/erts/preloaded/ebin/socket.beam |