@@ -726,7 +726,7 @@ added:
726726* ` ip ` {string} The IP which the socket attempted to connect to.
727727* ` port ` {number} The port which the socket attempted to connect to.
728728* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
729- \* ` error ` {Error} The error associated with the failure.
729+ * ` error ` {Error} The error associated with the failure.
730730
731731Emitted when a connection attempt failed. This may be emitted multiple times
732732if the family autoselection algorithm is enabled in [ ` socket.connect(options) ` ] [ ] .
@@ -1729,7 +1729,7 @@ nc -U /tmp/echo.sock
17291729added: v19.4.0
17301730-->
17311731
1732- Gets the current default value of the ` autoSelectFamily ` option of [ ` socket.connect(options) ` ] [ ] .
1732+ Gets the current default value of the ` autoSelectFamily ` option of [ ` socket.connect(options) ` ] [ ] .
17331733The initial default value is ` true ` , unless the command line option
17341734` --no-network-family-autoselection ` is provided.
17351735
@@ -1741,9 +1741,9 @@ The initial default value is `true`, unless the command line option
17411741added: v19.4.0
17421742-->
17431743
1744- Sets the default value of the ` autoSelectFamily ` option of [ ` socket.connect(options) ` ] [ ] .
1744+ Sets the default value of the ` autoSelectFamily ` option of [ ` socket.connect(options) ` ] [ ] .
17451745
1746- * ` value ` {boolean} The new default value. The initial default value is ` false ` .
1746+ * ` value ` {boolean} The new default value. The initial default value is ` false ` .
17471747
17481748## ` net.getDefaultAutoSelectFamilyAttemptTimeout() `
17491749
@@ -1753,7 +1753,7 @@ added:
17531753 - v18.18.0
17541754-->
17551755
1756- Gets the current default value of the ` autoSelectFamilyAttemptTimeout ` option of [ ` socket.connect(options) ` ] [ ] .
1756+ Gets the current default value of the ` autoSelectFamilyAttemptTimeout ` option of [ ` socket.connect(options) ` ] [ ] .
17571757The initial default value is ` 250 ` or the value specified via the command line
17581758option ` --network-family-autoselection-attempt-timeout ` .
17591759
@@ -1767,9 +1767,9 @@ added:
17671767 - v18.18.0
17681768-->
17691769
1770- Sets the default value of the ` autoSelectFamilyAttemptTimeout ` option of [ ` socket.connect(options) ` ] [ ] .
1770+ Sets the default value of the ` autoSelectFamilyAttemptTimeout ` option of [ ` socket.connect(options) ` ] [ ] .
17711771
1772- * ` value ` {number} The new default value, which must be a positive number. If the number is less than ` 10 ` ,
1772+ * ` value ` {number} The new default value, which must be a positive number. If the number is less than ` 10 ` ,
17731773 the value ` 10 ` is used instead. The initial default value is ` 250 ` or the value specified via the command line
17741774 option ` --network-family-autoselection-attempt-timeout ` .
17751775
0 commit comments