diff options
author | Micael Karlberg <[email protected]> | 2018-07-20 15:14:06 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2018-09-18 14:50:18 +0200 |
commit | 1c26ae984a79224ce64b40dbc7239bf9721bb096 (patch) | |
tree | bc01665931d21620dc152eeb402ad47f21bd0aac /erts/doc | |
parent | 84f62ae80dd08874d0d5fbedc532605394e897c1 (diff) | |
download | otp-1c26ae984a79224ce64b40dbc7239bf9721bb096.tar.gz otp-1c26ae984a79224ce64b40dbc7239bf9721bb096.tar.bz2 otp-1c26ae984a79224ce64b40dbc7239bf9721bb096.zip |
[socket-nif] Add support for socket (level ip) option freebind
Added support for ip level socket option FREEBIND.
Note that there is an option available on FreeBSD called
IP_BINDANY, which seems to have similar properties (FREEBIND
is *not* available on FreeBSD). There are some restrictions
for this option though (which is not mentioned in the Linux
man page).
OTP-14831
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/socket_usage.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml index c875ecd6f0..a286171a1b 100644 --- a/erts/doc/src/socket_usage.xml +++ b/erts/doc/src/socket_usage.xml @@ -289,6 +289,13 @@ <cell>none</cell> </row> <row> + <cell>freebind</cell> + <cell>boolean()</cell> + <cell>yes</cell> + <cell>yes</cell> + <cell>none</cell> + </row> + <row> <cell>minttl</cell> <cell>integer()</cell> <cell>yes</cell> |