summaryrefslogtreecommitdiff
path: root/doc/api/net.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/net.markdown')
-rw-r--r--doc/api/net.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/net.markdown b/doc/api/net.markdown
index 34de227478..1d7b6d2dda 100644
--- a/doc/api/net.markdown
+++ b/doc/api/net.markdown
@@ -64,6 +64,8 @@ For TCP sockets, `options` argument should be an object which specifies:
- `localAddress`: Local interface to bind to for network connections.
+ - `family` : Version of IP stack. Defaults to `4`.
+
For UNIX domain sockets, `options` argument should be an object which specifies:
- `path`: Path the client should connect to (Required).