Skip to main content
ServerOpts.allowHalfOpen - net - Node documentation
property ServerOpts.allowHalfOpen

Usage in Deno

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

Indicates whether half-opened TCP connections are allowed.

Type

boolean | undefined