interface Deno.TcpConn extends Conn<NetAddr> Properties deprecated readonly rid: number The resource ID of the connection. Methods setNoDelay(noDelay?: boolean): void Enable/disable the use of Nagle's algorithm. setKeepAlive(keepAlive?: boolean): void Enable/disable keep-alive functionality.