summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-20 15:46:36 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-20 15:46:36 -0400
commit1ed8a22d19efbde45907e8e51b9519d80cdf4fe0 (patch)
tree330ecaee94e794565ad3627c7c62c65a2adf6488 /node
parentbad043729f44d0c64986657a333da097eba2f9e7 (diff)
downloadinfinitytier-1ed8a22d19efbde45907e8e51b9519d80cdf4fe0.tar.gz
infinitytier-1ed8a22d19efbde45907e8e51b9519d80cdf4fe0.zip
And then it turns out to be too slow on a slower 32-bit machine... we do want to do tablets eventually.
Diffstat (limited to 'node')
-rw-r--r--node/Identity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Identity.cpp b/node/Identity.cpp
index a180c2ba..859a129f 100644
--- a/node/Identity.cpp
+++ b/node/Identity.cpp
@@ -39,8 +39,8 @@
// These can't be changed without a new identity type. They define the
// parameters of the hashcash hashing/searching algorithm.
-#define ZT_IDENTITY_GEN_HASHCASH_FIRST_BYTE_LESS_THAN 7
-#define ZT_IDENTITY_GEN_MEMORY 4194304
+#define ZT_IDENTITY_GEN_HASHCASH_FIRST_BYTE_LESS_THAN 17
+#define ZT_IDENTITY_GEN_MEMORY 2097152
#define ZT_IDENTITY_GEN_SALSA20_ROUNDS 20
namespace ZeroTier {