summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/net.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 51a1b8b48e..0788da0ae6 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -636,6 +636,8 @@ For TCP connections, available `options` are:
`0` indicates that both IPv4 and IPv6 addresses are allowed. **Default:** `0`.
* `hints` {number} Optional [`dns.lookup()` hints][].
* `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][].
+* `allowHalfOpen` {boolean} Indicates whether half-opened TCP connections
+ are allowed. **Default:** `false`.
For [IPC][] connections, available `options` are: