Skip to content

Commit 65c1f40

Browse files
lpincaRafaelGSS
authored andcommitted
doc: add history for net.createServer() options
Fixes: #44298 PR-URL: #44326 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 4a0f750 commit 65c1f40

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/api/net.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ added: v0.1.90
856856
changes:
857857
- version: v17.7.0
858858
pr-url: https://github.com/nodejs/node/pull/41310
859-
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
859+
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
860860
options are supported now.
861861
- version: v12.10.0
862862
pr-url: https://github.com/nodejs/node/pull/25436
@@ -1474,6 +1474,13 @@ then returns the `net.Socket` that starts the connection.
14741474

14751475
<!-- YAML
14761476
added: v0.5.0
1477+
changes:
1478+
- version:
1479+
- v17.7.0
1480+
- v16.15.0
1481+
pr-url: https://github.com/nodejs/node/pull/41310
1482+
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
1483+
options are supported now.
14771484
-->
14781485

14791486
* `options` {Object}

0 commit comments

Comments
 (0)