0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc
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
..
api net,dgram: add ipv6Only option for net and dgram 2018-11-22 21:45:08 +08:00
api_assets doc: adjusting formatting when printing 2018-11-16 21:13:46 -08:00
changelogs 2018-11-20, Version 8.13.0 'Carbon' (LTS) 2018-11-20 13:13:11 -05:00
guides doc,meta: update PR approving info 2018-11-21 20:01:27 -08:00
.eslintrc.yaml tools: lint doc code examples in strict mode 2018-07-06 08:45:34 +03:00
first_timer_badge.png
full-white-stripe.jpg
node.1 doc: add missing env variables to man page 2018-11-20 19:25:20 -05:00
offboarding.md doc: add offboarding doc 2018-06-05 15:22:15 -07:00
onboarding-extras.md doc: move upstream information to onboarding doc 2018-06-01 14:01:10 +02:00
onboarding.md doc: update core-validate-commit url 2018-11-13 09:15:18 +01:00
osx_installer_logo.png
releases.md meta,doc: ping community about new release 2018-11-05 19:23:42 -08:00
STYLE_GUIDE.md doc: add branding to style guide 2018-10-31 23:26:53 -07:00
template.html doc: remove GA tracking 2018-10-04 07:18:23 +02:00
thin-white-stripe.jpg