Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Insogna <paolo@cowtech.it>2022-03-09 17:37:49 +0300
committerGitHub <noreply@github.com>2022-03-09 17:37:49 +0300
commiteacd45656a6bf18be4a3215bb3fcbd54f5f0b17f (patch)
treef39a43b816e7a7c99340d4021ad78dec57b2bd91 /doc/api/net.md
parent6b004f1bb14a1f06066a087f1e1c12c577dc7568 (diff)
http: make TCP noDelay enabled by default
PR-URL: https://github.com/nodejs/node/pull/42163 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 4ecab258011..939e9c4a856 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -822,6 +822,10 @@ behavior.
<!-- YAML
added: v0.1.90
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/41310
+ description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
+ options are supported now.
- version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/25436
description: Added `onread` option.