From aff14ea529b286003f9a68a413db953fdd36aef9 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 5 Dec 2023 20:21:14 -0600 Subject: [PATCH] Added KNOWN_ONLY rebroadcast mode --- meshtastic/config.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index f959fe72..871ed1f1 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } /*