function getDefaultAutoSelectFamilyAttemptTimeout
Usage in Deno
import { getDefaultAutoSelectFamilyAttemptTimeout } from "node:net";
getDefaultAutoSelectFamilyAttemptTimeout(): 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.
number
The current default value of the autoSelectFamilyAttemptTimeout option.