Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add history for net.createServer() options #44326

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add history for net.createServer() options
Fixes: #44298
  • Loading branch information
lpinca committed Aug 21, 2022
commit e0ad8b17f247c1482f772dab9aabe2dce8e94d32
9 changes: 8 additions & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ changes:
- v17.7.0
- 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
Expand Down Expand Up @@ -1480,6 +1480,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