Add RESPONSE priority for responses to a request

This commit is contained in:
GUVWAF 2024-09-01 15:35:52 +02:00
parent 28492e88e5
commit 90f73ed100

View file

@ -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.
*/