summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2022-08-23 17:38:45 +0200
committerGitHub <noreply@github.com>2022-08-23 15:38:45 +0000
commite0191ca9fb638eb72df48b5a26aa6a0a1d100ddb (patch)
tree3107b823747e3c492c5e40125fe9a57d33662bd0 /doc/api/net.md
parente4d06d26b8761a03c3e9849285348c58cb4c6bf4 (diff)
downloadnode-new-e0191ca9fb638eb72df48b5a26aa6a0a1d100ddb.tar.gz
doc: add history for net.createServer() options
Fixes: https://github.com/nodejs/node/issues/44298 PR-URL: https://github.com/nodejs/node/pull/44326 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 7babf25ec6..2ef804baa5 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -860,7 +860,7 @@ changes:
- v17.7.0
- v16.15.0
pr-url: https://github.com/nodejs/node/pull/41310
- description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
+ description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
options are supported now.
- version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/25436
@@ -1480,6 +1480,13 @@ then returns the `net.Socket` that starts the connection.
<!-- YAML
added: v0.5.0
+changes:
+ - version:
+ - v17.7.0
+ - v16.15.0
+ pr-url: https://github.com/nodejs/node/pull/41310
+ description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
+ options are supported now.
-->
* `options` {Object}