ServerOpts.keepAliveInitialDelay - Node documentation
property ServerOpts.keepAliveInitialDelay

Usage in Deno

import { type ServerOpts } from "node:net";

If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket.

Type

number | undefined