mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add rebroadcast mode to ignore non-standard portnum traffic
This commit is contained in:
parent
0fed5c7709
commit
e09bd361a4
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue