From 65c1f4015f7bf93fa38507697e9af4d064e8107b Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 23 Aug 2022 17:38:45 +0200 Subject: [PATCH] doc: add history for net.createServer() options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/nodejs/node/issues/44298 PR-URL: https://github.com/nodejs/node/pull/44326 Reviewed-By: Paolo Insogna Reviewed-By: Matteo Collina Reviewed-By: Yongsheng Zhang Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen --- doc/api/net.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/api/net.md b/doc/api/net.md index 63ae5d0d019bcc..f143a24afa4934 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -856,7 +856,7 @@ added: v0.1.90 changes: - version: v17.7.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 @@ -1474,6 +1474,13 @@ then returns the `net.Socket` that starts the connection. * `options` {Object}