summaryrefslogtreecommitdiff
path: root/toxcore/onion_announce.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-07 09:04:53 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-07 09:04:53 -0400
commit9ac8a5fe626afef0f4bed2a54ec1df3185f2d992 (patch)
tree65523adb03a4a274def6a50d5e8170a24806c75a /toxcore/onion_announce.h
parent64ce60c58550c400160438c7c9ccf95e77dc6599 (diff)
Updated docs.
Fixed possible issue in last commit.
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 f2ba3715..36ffe767 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 48 28#define ONION_ANNOUNCE_MAX_ENTRIES 64
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