Skip to main content
function getDefaultAutoSelectFamilyAttemptTimeout
getDefaultAutoSelectFamilyAttemptTimeout(): number
Deprecated

Gets the current default value of the autoSelectFamilyAttemptTimeout option of socket.connect(options). The initial default value is 250 or the value specified via the command line option --network-family-autoselection-attempt-timeout.

Return Type

number

The current default value of the autoSelectFamilyAttemptTimeout option.

Back to top