Skip to content

Commit

Permalink
Merge pull request #410 from meshtastic/known-only-rebroadcast-mode
Browse files Browse the repository at this point in the history
Added KNOWN_ONLY rebroadcast mode
  • Loading branch information
thebentern authored Dec 6, 2023
2 parents a3ef7e9 + aff14ea commit 1eda884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 1eda884

Please sign in to comment.