diff --git a/doc/api/net.md b/doc/api/net.md index 233821d80214dc..878c6aa762b25e 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -620,6 +620,18 @@ is received. For example, it is passed to the listeners of a [`'connection'`][] event emitted on a [`net.Server`][], so the user can use it to interact with the client. +### Class property: `net.Socket.autoDetectFamily` + + + +* {boolean} **Default:** `true` + +The default value for the `autoDetectFamily` option for new +[`socket.connect(options)`][] calls. If set to true it enables the Happy +Eyeballs connection algorithm. This value may be modified. + ### `new net.Socket([options])`