Skip to content

Commit

Permalink
Added KNOWN_ONLY rebroadcast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Dec 6, 2023
1 parent a3ef7e9 commit aff14ea
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 aff14ea

Please sign in to comment.