Skip to main content

getDefaultAutoSelectFamilyAttemptTimeout

function getDefaultAutoSelectFamilyAttemptTimeout
Jump to headinggetDefaultAutoSelectFamilyAttemptTimeout(): number

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 Jump to heading

number

The current default value of the autoSelectFamilyAttemptTimeout option.

Back to top