node/doc/api
Rusty Conover 0fe810168b doc: clarify socket.setNoDelay() explanation
Change the description of socket.setNoDelay() to make it clear
that sockets have Nagle's algorithm enabled by default.

Better document the tradeoff of having the algorithm enabled.

Explain the behavior of the function based on the passed arguments.

PR-URL: https://github.com/nodejs/node/pull/31541
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-02-01 02:15:44 -08:00
..
addons.md doc: use code markup/markdown in headers in addons documentation 2019-12-26 21:36:59 -08:00
assert.md 2020-01-07, Version v13.6.0 (Current) 2020-01-08 00:10:43 +01:00
async_hooks.md doc: standardize on "host name" in async_hooks.md 2020-01-14 10:17:15 -08:00
buffer.md doc: explain hex encoding in Buffer API 2020-01-16 22:05:08 -08:00
child_process.md doc: fix several child_process doc typos 2020-01-19 13:12:14 -05:00
cli.md src,lib: make ^C print a JS stack trace 2020-01-28 13:52:27 +08:00
cluster.md doc,cluster: use code markup/markdown in headers 2019-12-26 21:37:25 -08:00
console.md doc,console: use code markup/markdown in headers 2019-12-26 21:37:26 -08:00
crypto.md crypto: add crypto.diffieHellman 2020-01-21 10:49:20 -04:00
debugger.md doc: add note about debugging worker_threads 2019-11-25 06:11:09 +01:00
deprecations.md doc: standardize on "host name" in deprecations.md 2020-01-14 10:17:17 -08:00
dgram.md doc: standardize on "host name" in dgram.md 2020-01-14 10:17:19 -08:00
dns.md doc: improve dns introduction 2019-12-27 06:14:41 -08:00
documentation.md doc: remove multiple consecutive blank lines 2019-08-31 15:27:58 -07:00
domain.md doc,domain: use code markup/markdown in headers 2019-12-26 21:39:24 -08:00
errors.md fs: watch signals for recursive incompatibility 2020-01-24 20:57:27 -08:00
esm.md module: drop support for extensionless main entry points in esm 2020-01-22 23:21:11 -08:00
events.md 2020-01-07, Version v13.6.0 (Current) 2020-01-08 00:10:43 +01:00
fs.md fs: return first folder made by mkdir recursive 2020-01-31 11:57:19 -08:00
globals.md doc: use code markup/markdown in headers in globals documentation 2019-12-26 21:39:26 -08:00
http2.md doc: add protocol option in http2.connect() 2020-01-31 18:50:32 -08:00
http.md http: make --insecure-http-parser configurable per-stream or per-server 2020-01-24 17:54:23 +01:00
https.md doc: standardize on "host name" in https.md 2020-01-14 10:17:26 -08:00
index.md wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
inspector.md doc,inspector: use code markup/markdown in headers 2019-12-26 21:39:27 -08:00
intl.md tools: support full-icu by default 2019-10-03 15:21:26 -07:00
modules.md doc: clarify require() OS independence 2020-01-31 19:05:16 -08:00
n-api.md n-api: rename 'promise' parameter to 'value' 2020-01-30 21:24:11 -08:00
net.md doc: clarify socket.setNoDelay() explanation 2020-02-01 02:15:44 -08:00
os.md doc: standardize on "host name" in os.md 2020-01-14 10:17:30 -08:00
path.md doc: add explanatory to path.resolve description 2020-01-22 19:21:57 -08:00
perf_hooks.md perf_hooks: move perf_hooks out of experimental 2020-01-01 18:48:13 +01:00
policy.md doc: remove dashes 2019-10-26 08:39:41 -07:00
process.md process: report ArrayBuffer memory in memoryUsage() 2020-01-30 16:34:03 -08:00
punycode.md doc,punycode: use code markup/markdown in headers 2019-12-26 21:39:30 -08:00
querystring.md doc,querystring: use code markup/markdown in headers 2019-12-26 21:39:30 -08:00
readline.md doc: document readline key bindings 2020-01-13 09:35:59 +01:00
repl.md doc: document readline key bindings 2020-01-13 09:35:59 +01:00
report.md report: add support for Workers 2020-01-21 23:51:38 +01:00
stream.md doc: further fix async iterator example 2020-01-25 00:06:31 +01:00
string_decoder.md doc,string_decoder: use code markup/markdown in headers 2019-12-26 21:39:32 -08:00
synopsis.md doc: move Usage and Example to same header level 2019-07-09 19:45:20 -07:00
timers.md doc,timers: use code markup/markdown in headers 2019-12-26 21:39:32 -08:00
tls.md doc: standardize on "host name" in tls.md 2020-01-14 10:17:32 -08:00
tracing.md doc: remove dashes 2019-10-26 08:39:41 -07:00
tty.md doc,tty: use code markup/markdown in headers 2019-12-26 21:39:33 -08:00
url.md doc: standardize on "host name" in url.md 2020-01-14 10:17:33 -08:00
util.md doc: add an example for util.types.isExternal 2020-01-13 12:49:47 +01:00
v8.md doc: clarify that v8.serialize() is not deterministic 2020-01-30 16:35:47 -08:00
vm.md doc: clean up and streamline vm.md examples 2020-01-25 15:08:19 -08:00
wasi.md doc,wasi: use code markup/markdown in headers 2019-12-26 21:39:35 -08:00
worker_threads.md doc,worker: use code markup/markdown in headers 2019-12-26 21:39:35 -08:00
zlib.md doc: fix a code example in zlib.md 2020-01-10 14:58:50 -08:00