summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-05 12:22:58 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-05 12:22:58 -0800
commit8ef4edebbfeead53e5b2b454086e21e42e809aab (patch)
tree83ee9e9c362dd31f4225e99a67f52d9538d3ae6e /node/Node.hpp
parenta95ff21aafa793e5282f32b77b893da3f42a4a57 (diff)
downloadinfinitytier-8ef4edebbfeead53e5b2b454086e21e42e809aab.tar.gz
infinitytier-8ef4edebbfeead53e5b2b454086e21e42e809aab.zip
Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers.
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 9b85b832..800c0a55 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -125,6 +125,7 @@ public:
void clusterRemoveMember(unsigned int memberId);
void clusterHandleIncomingMessage(const void *msg,unsigned int len);
void clusterStatus(ZT_ClusterStatus *cs);
+ void backgroundThreadMain();
// Internal functions ------------------------------------------------------