diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-01 13:52:53 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-01 13:52:53 -0800 |
commit | 60ff280dcb213a3e50eb410184493ace1d4c2736 (patch) | |
tree | f6c4195c28955909d740a60f9afa3c92e0433e53 /node/Cluster.cpp | |
parent | b378f5dcd761b5ad76469708c98bf923ec1d7896 (diff) | |
download | infinitytier-60ff280dcb213a3e50eb410184493ace1d4c2736.tar.gz infinitytier-60ff280dcb213a3e50eb410184493ace1d4c2736.zip |
Another tweak to cluster I/O rules.
Diffstat (limited to 'node/Cluster.cpp')
-rw-r--r-- | node/Cluster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.cpp b/node/Cluster.cpp index 75a9f29b..3e33d802 100644 --- a/node/Cluster.cpp +++ b/node/Cluster.cpp @@ -516,7 +516,7 @@ void Cluster::broadcastNetworkConfigChunk(const void *chunk,unsigned int len) } } -int Cluster::prepSendViaCluster(const Address &toPeerAddress,uint64_t &mostRecentTs,void *peerSecret) +int Cluster::checkSendViaCluster(const Address &toPeerAddress,uint64_t &mostRecentTs,void *peerSecret) { const uint64_t now = RR->node->now(); mostRecentTs = 0; |