deno.com
method Deno.TcpConn.setNoDelay
#TcpConn.setNoDelay(noDelay?: boolean): void

Enable/disable the use of Nagle's algorithm.

Parameters #

optional
#noDelay: boolean = true

Return Type #

void