summaryrefslogtreecommitdiff
path: root/toxcore/onion_announce.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-03-07 16:31:13 -0500
committerirungentoo <irungentoo@gmail.com>2014-03-07 16:31:13 -0500
commit48d757f46858b6faeae2f204802ffd4dc5020064 (patch)
tree524f6f8d1f8193ca3d65dcef6c397888d62f1f63 /toxcore/onion_announce.h
parentd058a59ccf7179a883813a5acba14569be20bf12 (diff)
Speeded up onion requests.
Also increased the maximum number of 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 eaaee43f..b7e08363 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 32 28#define ONION_ANNOUNCE_MAX_ENTRIES 48
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