mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add new MeshPacket priority HIGH
This commit is contained in:
parent
ad62b651f9
commit
77fc95a9ab
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