[][src]Trait shadowsocks::relay::tcprelay::TcpConnection

pub trait TcpConnection {
    fn set_nodelay(&self, nodelay: bool) -> Result<()>;
}

Methods required for a TCP Connection

Required methods

fn set_nodelay(&self, nodelay: bool) -> Result<()>

Loading content...

Implementations on Foreign Types

impl TcpConnection for TcpStream[src]

Loading content...

Implementors

Loading content...