Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1dbe4b

Browse filesBrowse files
lpincajuanarbol
authored andcommitted
doc: add history for net.createServer() options
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>
1 parent eb90d65 commit a1dbe4b
Copy full SHA for a1dbe4b

File tree

Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/net.md‎

Copy file name to clipboardExpand all lines: doc/api/net.md
+8-1Lines changed: 8 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.