File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1754,6 +1754,9 @@ changes:
17541754 **Default:** `1024`.
17551755 * `highWaterMark` {number} Consistent with the readable stream `highWaterMark` parameter.
17561756 **Default:** `16 * 1024`.
1757+ * `timeout`: {number} If set and if a socket is created internally, will call
1758+ [`socket.setTimeout(timeout)`][] after the socket is created, but before it
1759+ starts the connection.
17571760 * `secureContext`: TLS context object created with
17581761 [`tls.createSecureContext()`][]. If a `secureContext` is _not_ provided, one
17591762 will be created by passing the entire `options` object to
@@ -2557,6 +2560,7 @@ added: v0.11.3
25572560[`server.listen()`]: net.md#serverlisten
25582561[`server.setTicketKeys()`]: #serversetticketkeyskeys
25592562[`socket.connect()`]: net.md#socketconnectoptions-connectlistener
2563+ [`socket.setTimeout(timeout)`]: net.md#socketsettimeouttimeout-callback
25602564[`tls.DEFAULT_ECDH_CURVE`]: #tlsdefault_ecdh_curve
25612565[`tls.DEFAULT_MAX_VERSION`]: #tlsdefault_max_version
25622566[`tls.DEFAULT_MIN_VERSION`]: #tlsdefault_min_version
You can’t perform that action at this time.
0 commit comments