mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-06 02:30:36 -08:00
Do not compress frames -- also unrelated to bug.
This commit is contained in:
parent
bed6557a6d
commit
1e62d69762
2 changed files with 9 additions and 15 deletions
|
|
@ -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.
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue