property ServerOpts.keepAliveInitialDelay Usage in Deno```typescript import { type ServerOpts } from "node:node__net.d.ts"; ``` 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