Skip to content

Commit

Permalink
Merge pull request #604 from meshtastic/priority-traffic-rebroadcast
Browse files Browse the repository at this point in the history
Add rebroadcast mode to ignore non-standard portnum traffic
  • Loading branch information
thebentern authored Oct 21, 2024
2 parents 0fed5c7 + e09bd36 commit 14b2a62
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 @@ -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;
}

/*
Expand Down

0 comments on commit 14b2a62

Please sign in to comment.