amber/conn/tcp_conn
Types
Values
pub fn set_keep_alive(
of conn: TcpConn,
to keep_alive: Bool,
) -> Result(Nil, error.Error)
Enable/disable keep-alive functionality.
pub fn set_no_delay(
of conn: TcpConn,
to no_delay: Bool,
) -> Result(Nil, error.Error)
Enable/disable the use of Nagle’s algorithm.