Method lrs::socket::Socket::tcp_set_cork

Sets the status of the tcp_cork option.

Syntax

impl Socket {
    fn tcp_set_cork(&self, val: bool) -> Result<(), Errno>
}

Arguments

NameDescription
val

The status of the tcp_cork option.

See also