mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix #973: ignore data from traceroute requests
This commit is contained in:
parent
a84d77e4ae
commit
d7812c5777
1 changed files with 1 additions and 0 deletions
|
|
@ -704,6 +704,7 @@ class MeshService : Service(), Logging {
|
|||
}
|
||||
|
||||
Portnums.PortNum.TRACEROUTE_APP_VALUE -> {
|
||||
if (data.wantResponse) return // ignore data from traceroute requests
|
||||
val parsed = MeshProtos.RouteDiscovery.parseFrom(data.payload)
|
||||
radioConfigRepository.setTracerouteResponse(buildString {
|
||||
append("${getLongName(packet.to)} --> ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue