Skip to content

Commit

Permalink
Merge pull request #570 from GUVWAF/highPrio
Browse files Browse the repository at this point in the history
Add new MeshPacket priority HIGH
  • Loading branch information
thebentern authored Aug 30, 2024
2 parents ad62b65 + 77fc95a commit 28492e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28492e8

Please sign in to comment.