diff --git a/doc/api/net.md b/doc/api/net.md index c75e50de368476..ea4ad263755eee 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -817,7 +817,7 @@ added: v0.1.90 changes: - version: 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 @@ -1419,6 +1419,13 @@ then returns the `net.Socket` that starts the connection. * `options` {Object}