Type Alias veloren_network_protocol::Prio
source · pub type Prio = u8;
Expand description
Every Stream has a Prio
and guaranteed Bandwidth
.
Every send, the guarantees part is used first.
If there is still bandwidth left, it will be shared by all Streams with the
same priority. Prio 0 will be send first, then 1, … till the last prio 7
is send. Prio must be < 8!