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/doc | |
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/doc')
-rw-r--r-- | erts/doc/src/socket_usage.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml index 2ddd51d1e6..443d4edec7 100644 --- a/erts/doc/src/socket_usage.xml +++ b/erts/doc/src/socket_usage.xml @@ -366,6 +366,13 @@ <cell>type = raw</cell> </row> <row> + <cell>pktinfo</cell> + <cell>boolean()</cell> + <cell>yes</cell> + <cell>yes</cell> + <cell>type = dgram</cell> + </row> + <row> <cell>recverr</cell> <cell>boolean()</cell> <cell>yes</cell> @@ -408,7 +415,7 @@ <cell>none</cell> </row> <row> - <cell>tos</cell> + <cell>ttl</cell> <cell>integer()</cell> <cell>yes</cell> <cell>yes</cell> |