mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: add wantAck to traceroute requests
This commit is contained in:
parent
f404bf22bf
commit
121376201d
1 changed files with 1 additions and 1 deletions
|
|
@ -1839,7 +1839,7 @@ class MeshService : Service(), Logging {
|
|||
}
|
||||
|
||||
override fun requestTraceroute(requestId: Int, destNum: Int) = toRemoteExceptions {
|
||||
sendToRadio(newMeshPacketTo(destNum).buildMeshPacket(id = requestId) {
|
||||
sendToRadio(newMeshPacketTo(destNum).buildMeshPacket(wantAck = true, id = requestId) {
|
||||
portnumValue = Portnums.PortNum.TRACEROUTE_APP_VALUE
|
||||
payload = routeDiscovery {}.toByteString()
|
||||
wantResponse = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue