From 7da177cfd398a7be267d4f893ddb7fbf1d0b7556 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 12 Aug 2015 23:18:55 -0400 Subject: [PATCH] Increased max number of stored announce entries. --- toxcore/onion_announce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #include "onion.h" -#define ONION_ANNOUNCE_MAX_ENTRIES 96 +#define ONION_ANNOUNCE_MAX_ENTRIES 160 #define ONION_ANNOUNCE_TIMEOUT 300 #define ONION_PING_ID_SIZE crypto_hash_sha256_BYTES