Method lrs::socket::Socket::udp_is_cork

Retrieves the status of the udp_cork option.

Syntax

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

Return value

Returns the status of the udp_cork option.

See also