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