Skip to main content
method Deno.TcpConn.setNoDelay
TcpConn.setNoDelay(noDelay?: boolean): void
Deprecated

Enable/disable the use of Nagle's algorithm.

Parameters

optional
noDelay: boolean = true

Return Type

void
Back to top