deno.com

method Deno.TcpConn.setNoDelay

#TcpConn.setNoDelay(noDelay?: boolean): void

Enable/disable the use of Nagle's algorithm.

Parameters #

#noDelay: boolean = true
optional

Return Type #

void