method Deno.TcpConn.setNoDelay
Jump to headingTcpConn.setNoDelay(noDelay?: boolean): void
Enable/disable the use of Nagle's algorithm.
Parameters Jump to heading
optional
Jump to headingnoDelay: boolean = true
Return Type Jump to heading
void
Jump to headingTcpConn.setNoDelay(noDelay?: boolean): void
Enable/disable the use of Nagle's algorithm.
Jump to headingnoDelay: boolean = true
void