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 560c2851..6e73c3ab 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -30,7 +30,7 @@
30#include "ping_array.h" 30#include "ping_array.h"
31 31
32#define MAX_ONION_CLIENTS 8 32#define MAX_ONION_CLIENTS 8
33#define MAX_ONION_CLIENTS_ANNOUNCE 12 /* Number of nodes to announce ourselves to. */ 33#define MAX_ONION_CLIENTS_ANNOUNCE 12 // Number of nodes to announce ourselves to.
34#define ONION_NODE_PING_INTERVAL 15 34#define ONION_NODE_PING_INTERVAL 15
35#define ONION_NODE_TIMEOUT ONION_NODE_PING_INTERVAL 35#define ONION_NODE_TIMEOUT ONION_NODE_PING_INTERVAL
36 36