[−][src]Trait tungstenite::stream::NoDelay
Trait to switch TCP_NODELAY.
Required methods
fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>
Set the TCP_NODELAY option to the given value.