@@ -726,7 +726,7 @@ added:
726
726
* ` ip ` {string} The IP which the socket attempted to connect to.
727
727
* ` port ` {number} The port which the socket attempted to connect to.
728
728
* ` 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.
730
730
731
731
Emitted when a connection attempt failed. This may be emitted multiple times
732
732
if the family autoselection algorithm is enabled in [ ` socket.connect(options) ` ] [ ] .
@@ -1729,7 +1729,7 @@ nc -U /tmp/echo.sock
1729
1729
added: v19.4.0
1730
1730
-->
1731
1731
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) ` ] [ ] .
1733
1733
The initial default value is ` true ` , unless the command line option
1734
1734
` --no-network-family-autoselection ` is provided.
1735
1735
@@ -1741,9 +1741,9 @@ The initial default value is `true`, unless the command line option
1741
1741
added: v19.4.0
1742
1742
-->
1743
1743
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) ` ] [ ] .
1745
1745
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 ` .
1747
1747
1748
1748
## ` net.getDefaultAutoSelectFamilyAttemptTimeout() `
1749
1749
@@ -1753,7 +1753,7 @@ added:
1753
1753
- v18.18.0
1754
1754
-->
1755
1755
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) ` ] [ ] .
1757
1757
The initial default value is ` 250 ` or the value specified via the command line
1758
1758
option ` --network-family-autoselection-attempt-timeout ` .
1759
1759
@@ -1767,9 +1767,9 @@ added:
1767
1767
- v18.18.0
1768
1768
-->
1769
1769
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) ` ] [ ] .
1771
1771
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 ` ,
1773
1773
the value ` 10 ` is used instead. The initial default value is ` 250 ` or the value specified via the command line
1774
1774
option ` --network-family-autoselection-attempt-timeout ` .
1775
1775
0 commit comments