0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
Ouyang Yadong 33a25b29a4 net,dgram: add ipv6Only option for net and dgram
For TCP servers, the dual-stack support is enable by default, i.e.
binding host "::" will also make "0.0.0.0" bound. This commit add
ipv6Only option in `net.Server.listen()` and `dgram.createSocket()`
methods which allows to disable dual-stack support. Support for
cluster module is also provided in this commit.

Fixes: https://github.com/nodejs/node/issues/17664

PR-URL: https://github.com/nodejs/node/pull/23798
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-11-22 21:45:08 +08:00
..
addons.md test: fix v8 Set/Get compiler warnings 2018-11-11 08:02:30 +01:00
assert.md
async_hooks.md doc: correct async_hooks sample outputs 2018-11-11 20:13:38 +02:00
buffer.md
child_process.md Revert "child_process: change windowsHide default to true" 2018-11-13 14:38:23 -08:00
cli.md doc: add NODE_DEBUG_NATIVE to API docs 2018-11-20 19:25:20 -05:00
cluster.md Revert "child_process: change windowsHide default to true" 2018-11-13 14:38:23 -08:00
console.md
crypto.md doc: update crypto examples to not use deprecated api 2018-11-18 23:26:00 -08:00
debugger.md
deprecations.md http: change DEP0066 to a runtime deprecation 2018-11-22 04:45:27 -08:00
dgram.md net,dgram: add ipv6Only option for net and dgram 2018-11-22 21:45:08 +08:00
dns.md
documentation.md
domain.md
errors.md doc: clarify allowed encoding parameter types 2018-11-09 15:57:17 -08:00
esm.md
events.md
fs.md doc: add filehandle.write(string[, position[, encoding]]) 2018-11-19 19:10:27 -08:00
globals.md
http2.md 2018-11-15, Version 11.2.0 (Current) 2018-11-15 22:16:09 +01:00
http.md doc: document http request.finished boolean 2018-11-14 18:20:49 +02:00
https.md doc: add types and their corresponding return values 2018-11-02 00:36:40 +02:00
index.md
inspector.md doc: inspector security warning for changing host 2018-11-05 22:38:01 -08:00
intl.md
modules.md
n-api.md src: factor out Node.js-agnostic N-APIs 2018-11-17 14:38:51 -08:00
net.md net,dgram: add ipv6Only option for net and dgram 2018-11-22 21:45:08 +08:00
os.md
path.md doc: implement minor text fixes to path.md 2018-11-05 23:21:45 -08:00
perf_hooks.md
process.md doc: fix comma splices in process.md 2018-11-13 22:13:32 -08:00
punycode.md
querystring.md
readline.md readline: add support for async iteration 2018-11-20 15:41:16 -08:00
repl.md doc: add types and their corresponding return values 2018-11-02 00:36:40 +02:00
stream.md doc: add readable and writable property to Readable and Writable 2018-11-21 10:49:47 -08:00
string_decoder.md
synopsis.md
timers.md
tls.md doc: minor cleanup of tls.getProtocol() 2018-11-20 14:42:47 -08:00
tracing.md
tty.md
url.md
util.md Revert "util: change util.inspect depth default" 2018-11-14 19:44:39 -08:00
v8.md
vm.md vm: clarify timeout option in vm 2018-11-05 22:39:01 -08:00
worker_threads.md
zlib.md