summaryrefslogtreecommitdiff
path: root/toxcore/onion_announce.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-08-12 23:18:55 -0400
committerirungentoo <irungentoo@gmail.com>2015-08-12 23:18:55 -0400
commit8f12f49ece08c564f9459b843a666459aa045fd1 (patch)
tree1758a09c7a4746a957a25599c7739d8154d57c92 /toxcore/onion_announce.h
parent2b837d2aed0c572e3a47939750f34bc7d7a454ba (diff)
Increased max number of stored announce entries.
Diffstat (limited to 'toxcore/onion_announce.h')
-rw-r--r--toxcore/onion_announce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_announce.h b/toxcore/onion_announce.h
index 0e041e50..a9128be8 100644
--- a/toxcore/onion_announce.h
+++ b/toxcore/onion_announce.h
@@ -25,7 +25,7 @@
25 25
26#include "onion.h" 26#include "onion.h"
27 27
28#define ONION_ANNOUNCE_MAX_ENTRIES 96 28#define ONION_ANNOUNCE_MAX_ENTRIES 160
29#define ONION_ANNOUNCE_TIMEOUT 300 29#define ONION_ANNOUNCE_TIMEOUT 300
30#define ONION_PING_ID_SIZE crypto_hash_sha256_BYTES 30#define ONION_PING_ID_SIZE crypto_hash_sha256_BYTES
31 31