Sets the priority of packets sent over this socket.
impl Socket {
fn set_priority(&self, val: u32) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | The priority of packets sent over this socket. |
The argument must be representable in a c_int.
socket(7) and SO_PRIORITY therein