mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-08 01:33:01 +02:00
Clarify packet dedupe policy
This commit is contained in:
@@ -78,6 +78,11 @@ app/
|
||||
- Message uniqueness: `(type, conversation_key, text, sender_timestamp)`.
|
||||
- Duplicate insert is treated as an echo/repeat; ACK count/path list is updated.
|
||||
|
||||
### Raw packet dedup policy
|
||||
|
||||
- Path diversity is meaningful: same payload observed across different paths should be retained/represented.
|
||||
- Only truly identical packet observations should be dropped as duplicates.
|
||||
|
||||
### Periodic advertisement
|
||||
|
||||
- Controlled by `app_settings.advert_interval` (seconds).
|
||||
|
||||
Reference in New Issue
Block a user