method Deno.TcpConn.setKeepAlive
Jump to headingTcpConn.setKeepAlive(keepAlive?: boolean): void
Enable/disable keep-alive functionality.
Parameters Jump to heading
optional
Jump to headingkeepAlive: boolean
Return Type Jump to heading
void
Jump to headingTcpConn.setKeepAlive(keepAlive?: boolean): void
Enable/disable keep-alive functionality.
Jump to headingkeepAlive: boolean
void