From 77fc95a9ab90561787e258526f879946016ae067 Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Fri, 30 Aug 2024 19:58:30 +0200 Subject: [PATCH] Add new MeshPacket priority HIGH --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 225c0972..824ae65b 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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