Trait NoDelay
trait NoDelay
Trait to switch TCP_NODELAY.
Required Methods
fn set_nodelay(self: &mut Self, nodelay: bool) -> IoResult<()>Set the TCP_NODELAY option to the given value.
Implementors
impl<S: Read + Write + NoDelay> NoDelay for MaybeTlsStream<S>impl NoDelay for TcpStream