function getDefaultAutoSelectFamilyAttemptTimeout Usageimport { 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. Gets the current default value of the autoSelectFamilyAttemptTimeout option of socket.connect(options). The initial default value is 250. Return Type number