Skip to content

Commit a1dbe4b

Browse files
lpincajuanarbol
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 eb90d65 commit a1dbe4b

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
@@ -817,7 +817,7 @@ added: v0.1.90
817817
changes:
818818
- version: v16.15.0
819819
pr-url: https://github.com/nodejs/node/pull/41310
820-
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
820+
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
821821
options are supported now.
822822
- version: v12.10.0
823823
pr-url: https://github.com/nodejs/node/pull/25436
@@ -1419,6 +1419,13 @@ then returns the `net.Socket` that starts the connection.
14191419

14201420
<!-- YAML
14211421
added: v0.5.0
1422+
changes:
1423+
- version:
1424+
- v17.7.0
1425+
- v16.15.0
1426+
pr-url: https://github.com/nodejs/node/pull/41310
1427+
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
1428+
options are supported now.
14221429
-->
14231430

14241431
* `options` {Object}

0 commit comments

Comments
 (0)