mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
trunk roundhouse kick
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include <queue>
|
||||
|
||||
|
||||
/**
|
||||
* A priority queue of packets
|
||||
*/
|
||||
@@ -13,7 +12,8 @@ class MeshPacketQueue
|
||||
size_t maxLen;
|
||||
std::vector<MeshPacket *> queue;
|
||||
|
||||
/** Replace a lower priority package in the queue with 'mp' (provided there are lower pri packages). Return true if replaced. */
|
||||
/** Replace a lower priority package in the queue with 'mp' (provided there are lower pri packages). Return true if replaced.
|
||||
*/
|
||||
bool replaceLowerPriorityPacket(MeshPacket *mp);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user