diff options
author | Raimo Niskanen <[email protected]> | 2016-05-27 14:23:53 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-06-01 16:21:30 +0200 |
commit | 0f1a85ef0373f2b5767579a30a6dc29eeb16438a (patch) | |
tree | 86dedcb560ff5f9ac1e8a11addf94b45a41ce149 /lib/kernel/src/inet_int.hrl | |
parent | 011954e851d421b882b0b4eaeda04cfc2895d70a (diff) | |
download | otp-0f1a85ef0373f2b5767579a30a6dc29eeb16438a.tar.gz otp-0f1a85ef0373f2b5767579a30a6dc29eeb16438a.tar.bz2 otp-0f1a85ef0373f2b5767579a30a6dc29eeb16438a.zip |
Rewrite inet* for address family 'local'
Diffstat (limited to 'lib/kernel/src/inet_int.hrl')
-rw-r--r-- | lib/kernel/src/inet_int.hrl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/kernel/src/inet_int.hrl b/lib/kernel/src/inet_int.hrl index 6c9a23ff82..32d09fb63c 100644 --- a/lib/kernel/src/inet_int.hrl +++ b/lib/kernel/src/inet_int.hrl @@ -381,7 +381,6 @@ ifaddr = any, %% bind to interface address port = 0, %% bind to port (default is dynamic port) fd = -1, %% fd >= 0 => already bound - family = inet, %% address family opts = [] %% [{active,true}] added in inet:connect_options }). @@ -391,7 +390,6 @@ port = 0, %% bind to port (default is dynamic port) backlog = ?LISTEN_BACKLOG, %% backlog fd = -1, %% %% fd >= 0 => already bound - family = inet, %% address family opts = [] %% [{active,true}] added in %% inet:listen_options }). @@ -401,7 +399,6 @@ ifaddr = any, port = 0, fd = -1, - family = inet, opts = [{active,true}] }). |