Add rebroadcast mode to ignore non-standard portnum traffic

pull/604/head
Ben Meadors 2024-10-21 05:05:25 -05:00
rodzic 0fed5c7709
commit e09bd361a4
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -131,6 +131,12 @@ message Config {
* Only permitted for SENSOR, TRACKER and TAK_TRACKER roles, this will inhibit all rebroadcasts, not unlike CLIENT_MUTE role.
*/
NONE = 4;
/*
* Ignores packets from non-standard portnums such as: TAK, RangeTest, PaxCounter, etc.
* Only rebroadcasts packets with standard portnums: NodeInfo, Text, Position, Telemetry, and Routing.
*/
CORE_PORTNUMS_ONLY = 5;
}
/*