Do not compress frames -- also unrelated to bug.

This commit is contained in:
Adam Ierymenko 2025-08-25 11:47:50 -07:00
parent bed6557a6d
commit 1e62d69762
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 9 additions and 15 deletions

View file

@ -146,6 +146,7 @@ SharedPtr<Peer> Topology::getUpstreamPeer(const uint64_t nwid)
unsigned int bestq = ~((unsigned int)0);
const SharedPtr<Peer>* best = (const SharedPtr<Peer>*)0;
/*
// If this is related to a network, check for a network specific relay.
if (nwid) {
SharedPtr<Network> network = RR->node->network(nwid);
@ -153,6 +154,7 @@ SharedPtr<Peer> Topology::getUpstreamPeer(const uint64_t nwid)
//
}
}
*/
// If this is unrelated to a network OR there is no network-specific relay, send via a root.
{