Trait tokio_tungstenite::stream::NoDelay [] [src]

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

Trait to switch TCP_NODELAY.

Required Methods

Set the TCP_NODELAY option to the given value.

Implementors