Skip to content

Commit

Permalink
doc: add history for net.createServer() options
Browse files Browse the repository at this point in the history
Fixes: #44298
PR-URL: #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>
  • Loading branch information
lpinca authored and RafaelGSS committed Sep 5, 2022
1 parent 4a0f750 commit 65c1f40
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/api/net.md
Expand Up @@ -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
Expand Down Expand Up @@ -1474,6 +1474,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}
Expand Down

0 comments on commit 65c1f40

Please sign in to comment.