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