Retrieves the priority of packets sent over this socket.
impl Socket { fn priority(&self) -> Result<u32, Errno> }
Returns the priority of packets sent over this socket.
socket(7) and SO_PRIORITY therein
lrs::socket::Socket::set_priority