From 8f12f49ece08c564f9459b843a666459aa045fd1 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 12 Aug 2015 23:18:55 -0400 Subject: Increased max number of stored announce entries. --- toxcore/onion_announce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/onion_announce.h') 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 -- cgit v1.2.3