diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 5dd23c1..bdf505f 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -484,15 +484,10 @@ message TrafficManagementStats { */ uint32 hop_exhausted_packets = 6; - /* - * Number of packets that would have been dropped in dry-run mode - */ - uint32 dry_run_would_drop = 7; - /* * Number of times router hop preservation was applied */ - uint32 router_hops_preserved = 8; + uint32 router_hops_preserved = 7; } /*