Merge pull request #410 from meshtastic/known-only-rebroadcast-mode

Added KNOWN_ONLY rebroadcast mode
pull/411/head
Ben Meadors 2023-12-06 06:15:22 -06:00 zatwierdzone przez GitHub
commit 1eda884c39
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -112,6 +112,12 @@ message Config {
* Only rebroadcasts message on the nodes local primary / secondary channels.
*/
LOCAL_ONLY = 2;
/*
* Ignores observed messages from foreign meshes like LOCAL_ONLY,
* but takes it step further by also ignoring messages from nodenums not in the node's known list (NodeDB)
*/
KNOWN_ONLY = 3;
}
/*