mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-23 05:28:08 +00:00
Stop retransmission even if there's not relay node
This commit is contained in:
parent
e4c98185d2
commit
aab973e81b
@ -68,10 +68,10 @@ void NextHopRouter::sniffReceived(const meshtastic_MeshPacket *p, const meshtast
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!isToUs(p)) {
|
}
|
||||||
Router::cancelSending(p->to, p->decoded.request_id); // cancel rebroadcast for this DM
|
if (!isToUs(p)) {
|
||||||
stopRetransmission(p->from, p->decoded.request_id); // stop retransmission for this packet
|
Router::cancelSending(p->to, p->decoded.request_id); // cancel rebroadcast for this DM
|
||||||
}
|
stopRetransmission(p->from, p->decoded.request_id); // stop retransmission for this packet
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user