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