setDefaultAutoSelectFamily - Node documentation
function setDefaultAutoSelectFamily

Usage in Deno

import { setDefaultAutoSelectFamily } from "node:net";
setDefaultAutoSelectFamily(value: boolean): void

Sets the default value of the autoSelectFamily option of socket.connect(options).

Parameters

value: boolean

Return Type

void