Retrieves the status of the udp_cork option.
udp_cork
impl Socket { fn udp_is_cork(&self) -> Result<bool, Errno> }
Returns the status of the udp_cork option.
UDP(7) and UDP_CORK therein
lrs::socket::Socket::UDP_set_cork