Method lrs::socket::Socket::udp_set_cork

Sets the status of the udp_cork option.

Syntax

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

Arguments

NameDescription
val

The status of the udp_cork option.

See also