Try prioritizing cluster-send over direct send in cluster mode -- may improve cluster relaying reliability.
This commit is contained in:
parent
badec136fc
commit
9490b1f136
2 changed files with 24 additions and 23 deletions
|
@ -180,7 +180,6 @@ private:
|
|||
void _handleRemotePacketHead(const InetAddress &localAddr,const InetAddress &fromAddr,const void *data,unsigned int len);
|
||||
Address _sendWhoisRequest(const Address &addr,const Address *peersAlreadyConsulted,unsigned int numPeersAlreadyConsulted);
|
||||
bool _trySend(const Packet &packet,bool encrypt,uint64_t nwid);
|
||||
bool _shouldTryUnite(const uint64_t now,const Address &p1,const Address &p2);
|
||||
|
||||
const RuntimeEnvironment *const RR;
|
||||
uint64_t _lastBeaconResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue