Sets the status of the tcp_cork option.
tcp_cork
impl Socket { fn tcp_set_cork(&self, val: bool) -> Result<(), Errno> }
The status of the tcp_cork option.
tcp(7) and TCP_CORK therein
lrs::socket::Socket::tcp_is_cork