Sets the status of the udp_cork option.
udp_cork
impl Socket { fn udp_set_cork(&self, val: bool) -> Result<(), Errno> }
The status of the udp_cork option.
udp(7) and UDP_CORK therein
lrs::socket::Socket::udp_is_cork