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.hpp | |
| parent | b378f5dcd761b5ad76469708c98bf923ec1d7896 (diff) | |
| download | infinitytier-60ff280dcb213a3e50eb410184493ace1d4c2736.tar.gz infinitytier-60ff280dcb213a3e50eb410184493ace1d4c2736.zip | |
Another tweak to cluster I/O rules.
Diffstat (limited to 'node/Cluster.hpp')
| -rw-r--r-- | node/Cluster.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.hpp b/node/Cluster.hpp index 72fcd04d..cd6a3bb9 100644 --- a/node/Cluster.hpp +++ b/node/Cluster.hpp @@ -289,7 +289,7 @@ public: * @param peerSecret Result: Buffer to fill with peer secret on valid return value, must be at least ZT_PEER_SECRET_KEY_LENGTH bytes * @return -1 if cluster does not know this peer, or a member ID to pass to sendViaCluster() */ - int prepSendViaCluster(const Address &toPeerAddress,uint64_t &mostRecentTs,void *peerSecret); + int checkSendViaCluster(const Address &toPeerAddress,uint64_t &mostRecentTs,void *peerSecret); /** * Send data via cluster front plane (packet head or fragment) |
