diff options
author | Micael Karlberg <[email protected]> | 2018-07-24 11:08:20 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-18 14:50:18 +0200 |
commit | 8b61022bdca354e541380391e3b0b2606f7af3f8 (patch) | |
tree | 41ed15ddee4429ef64661882e7394b7e0913a712 /lib/parsetools/info | |
parent | d7ca5ba9d8a7f094037878acfecb52b0bfbacc2e (diff) | |
download | otp-8b61022bdca354e541380391e3b0b2606f7af3f8.tar.gz otp-8b61022bdca354e541380391e3b0b2606f7af3f8.tar.bz2 otp-8b61022bdca354e541380391e3b0b2606f7af3f8.zip |
[socket-nif] Add support for socket (level ipv6) option authhdr & hopopts
Added support for the IPv6 socket option(s) AUTHHDR and HOPOPTS.
Its possible that the option is AUTHHDR is obsolete. It says so in
the include files and when trying to get it (getsockopt) it returns
with enoprotoopt.
The option HOPOPTS 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 RTHDR and HOPLIMIT.
On FreeBSD, it says that HOPOPTS requires superuser privileges.
Needs furher checking.
OTP-14831.
Diffstat (limited to 'lib/parsetools/info')
0 files changed, 0 insertions, 0 deletions