diff --git a/doc/api/net.md b/doc/api/net.md index aa75bf270f4277..1122c9c1efe53c 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1779,7 +1779,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()`