Retrieves the mark of the packets sent over this socket.
impl Socket { fn mark(&self) -> Result<i32, Errno> }
Returns the mark of the packets sent over this socket.
socket(7) and SO_MARK therein
lrs::socket::Socket::set_mark