interface Deno.TcpConn
A TCP stream connection.
Methods #
#setNoDelay(noDelay?: boolean): void Enable/disable the use of Nagle's algorithm.
#setKeepAlive(keepAlive?: boolean): void Enable/disable keep-alive functionality.
A TCP stream connection.
#setNoDelay(noDelay?: boolean): void Enable/disable the use of Nagle's algorithm.
#setKeepAlive(keepAlive?: boolean): void Enable/disable keep-alive functionality.