Method lrs::socket::Socket::priority

Retrieves the priority of packets sent over this socket.

Syntax

impl Socket {
    fn priority(&self) -> Result<u32, Errno>
}

Return value

Returns the priority of packets sent over this socket.

See also