[create-pull-request] automated change (#4594)

Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-01 09:20:10 -05:00
committed by GitHub
parent b71e12c5e5
commit e45a358de0
2 changed files with 4 additions and 1 deletions

View File

@@ -350,6 +350,9 @@ typedef enum _meshtastic_MeshPacket_Priority {
/* If priority is unset but the message is marked as want_ack, /* If priority is unset but the message is marked as want_ack,
assume it is important and use a slightly higher priority */ assume it is important and use a slightly higher priority */
meshtastic_MeshPacket_Priority_RELIABLE = 70, meshtastic_MeshPacket_Priority_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. */
meshtastic_MeshPacket_Priority_RESPONSE = 80,
/* Higher priority for specific message types (portnums) to distinguish between other reliable packets. */ /* Higher priority for specific message types (portnums) to distinguish between other reliable packets. */
meshtastic_MeshPacket_Priority_HIGH = 100, meshtastic_MeshPacket_Priority_HIGH = 100,
/* Ack/naks are sent with very high priority to ensure that retransmission /* Ack/naks are sent with very high priority to ensure that retransmission