Method lrs::socket::Socket::mark

Retrieves the mark of the packets sent over this socket.

Syntax

impl Socket {
    fn mark(&self) -> Result<i32, Errno>
}

Return value

Returns the mark of the packets sent over this socket.

See also