mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #570 from GUVWAF/highPrio
Add new MeshPacket priority HIGH
This commit is contained in:
commit
28492e88e5
1 changed files with 5 additions and 0 deletions
|
|
@ -1020,6 +1020,11 @@ message MeshPacket {
|
|||
*/
|
||||
RELIABLE = 70;
|
||||
|
||||
/*
|
||||
* Higher priority for specific message types (portnums) to distinguish between other reliable packets.
|
||||
*/
|
||||
HIGH = 100;
|
||||
|
||||
/*
|
||||
* Ack/naks are sent with very high priority to ensure that retransmission
|
||||
* stops as soon as possible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue