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