summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_connection.h')
-rw-r--r--toxcore/TCP_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index 1bd5b85a..f5dd36f4 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -30,7 +30,7 @@
30#define TCP_CONNECTION_ANNOUNCE_TIMEOUT (TCP_CONNECTION_TIMEOUT) 30#define TCP_CONNECTION_ANNOUNCE_TIMEOUT (TCP_CONNECTION_TIMEOUT)
31 31
32/* The amount of recommended connections for each friend 32/* The amount of recommended connections for each friend
33 NOTE: Must be at most (MAX_FRIEND_TCP_CONNECTIONS / 2) */ 33 * NOTE: Must be at most (MAX_FRIEND_TCP_CONNECTIONS / 2) */
34#define RECOMMENDED_FRIEND_TCP_CONNECTIONS (MAX_FRIEND_TCP_CONNECTIONS / 2) 34#define RECOMMENDED_FRIEND_TCP_CONNECTIONS (MAX_FRIEND_TCP_CONNECTIONS / 2)
35 35
36/* Number of TCP connections used for onion purposes. */ 36/* Number of TCP connections used for onion purposes. */