diff --git a/doc/api/net.md b/doc/api/net.md index 576dc870d4bf2a..9d7ad185549cb7 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1798,7 +1798,9 @@ added: v19.4.0 Sets the default value of the `autoSelectFamily` option of [`socket.connect(options)`][]. -* `value` {boolean} The new default value. The initial default value is `false`. +* `value` {boolean} The new default value. + The initial default value is `true`, unless the command line option + `--no-network-family-autoselection` is provided. ## `net.getDefaultAutoSelectFamilyAttemptTimeout()`