Skip to content

Commit

Permalink
Merge pull request #571 from GUVWAF/highPrio
Browse files Browse the repository at this point in the history
Add RESPONSE priority for responses to a request
  • Loading branch information
thebentern authored Sep 1, 2024
2 parents 28492e8 + 90f73ed commit 5f7c91a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 5f7c91a

Please sign in to comment.