Clarify packet dedupe policy

This commit is contained in:
Jack Kingsman
2026-02-16 19:11:44 -08:00
parent e8ddba0131
commit 95e8bcca08
3 changed files with 12 additions and 0 deletions
+5
View File
@@ -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).