Document small packet storage on device

This commit is contained in:
GUVWAF 2024-03-05 20:22:49 +01:00
parent 282b6f2e4c
commit aa36abb7ef

View file

@ -13,3 +13,5 @@ When you send a message on your Meshtastic companion app, it is relayed to the r
When a receiving radio captures a packet, it checks to see if it has heard that message before. If it has it ignores the message. If it hasn't heard the message, it will rebroadcast it.
For each message a radio rebroadcasts, it marks the "hop limit" down by one. When a radio receives a packet with a hop limit of zero, it will not rebroadcast the message.
The radio will store a small amount of packets (around 30) in its memory for when it's not connected to a client app. If it's full, it will replace the oldest packets with newly incoming text messages only.