summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-05-16 23:04:10 +0100
committeriphydf <iphydf@users.noreply.github.com>2020-05-17 18:16:42 +0100
commit03a511482ffa643a636cd5bcce596f110ca2d8e0 (patch)
treef984d78add7a716a8451907aecbbcdcb2dff690c /toxcore/onion_client.h
parentfe8e0fb8fa46a815e89e3722a7c92b35181c2ce8 (diff)
Format comments according to tokstyle's requirements.
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