summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r--toxcore/onion_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h
index 88e97dd6..c0f8f52c 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -26,7 +26,7 @@
26#define NUMBER_ONION_PATHS 6 26#define NUMBER_ONION_PATHS 6
27 27
28/* The timeout the first time the path is added and 28/* The timeout the first time the path is added and
29 then for all the next consecutive times */ 29 * then for all the next consecutive times */
30#define ONION_PATH_FIRST_TIMEOUT 4 30#define ONION_PATH_FIRST_TIMEOUT 4
31#define ONION_PATH_TIMEOUT 10 31#define ONION_PATH_TIMEOUT 10
32#define ONION_PATH_MAX_LIFETIME 1200 32#define ONION_PATH_MAX_LIFETIME 1200