From e0ad8b17f247c1482f772dab9aabe2dce8e94d32 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 21 Aug 2022 08:29:31 +0200 Subject: [PATCH] doc: add history for net.createServer() options Fixes: https://github.com/nodejs/node/issues/44298 --- 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 7babf25ec61e91..2ef804baa54f59 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. * `options` {Object}