Fix issues that prevent user multipath preferences from being respected

This commit is contained in:
Joseph Henry 2024-08-29 10:09:19 -07:00
parent f176e2539e
commit bf7dddbd84
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
4 changed files with 29 additions and 17 deletions

View file

@ -334,7 +334,6 @@ bool IncomingPacket::_doACK(const RuntimeEnvironment* RR, void* tPtr, const Shar
bool IncomingPacket::_doQOS_MEASUREMENT(const RuntimeEnvironment* RR, void* tPtr, const SharedPtr<Peer>& peer)
{
Metrics::pkt_qos_in++;
SharedPtr<Bond> bond = peer->bond();
if (! peer->rateGateQoS(RR->node->now(), _path)) {
return true;
}