Trait tungstenite::stream::NoDelay[][src]

pub trait NoDelay {
    fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>;
}
Expand description

Trait to switch TCP_NODELAY.

Required methods

Set the TCP_NODELAY option to the given value.

Implementations on Foreign Types

Implementors