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

Usage in Deno

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

If set to true, it disables the use of Nagle's algorithm immediately after a new incoming connection is received.

Type

boolean | undefined