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