aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/inet_int.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/src/inet_int.hrl')
-rw-r--r--lib/kernel/src/inet_int.hrl3
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}]
}).