Method lrs::socket::Socket::set_mark

Sets the mark of the packets sent over this socket.

Syntax

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

Arguments

NameDescription
mark

See also