mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add RESPONSE priority for responses to a request
This commit is contained in:
parent
28492e88e5
commit
90f73ed100
1 changed files with 6 additions and 0 deletions
|
|
@ -1020,6 +1020,12 @@ message MeshPacket {
|
|||
*/
|
||||
RELIABLE = 70;
|
||||
|
||||
/*
|
||||
* If priority is unset but the packet is a response to a request, we want it to get there relatively quickly.
|
||||
* Furthermore, responses stop relaying packets directed to a node early.
|
||||
*/
|
||||
RESPONSE = 80;
|
||||
|
||||
/*
|
||||
* Higher priority for specific message types (portnums) to distinguish between other reliable packets.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue