summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/net_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 0726207b..066f9b8e 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -70,7 +70,7 @@
70/* Packet ids 0 to CRYPTO_RESERVED_PACKETS - 1 are reserved for use by net_crypto. */ 70/* Packet ids 0 to CRYPTO_RESERVED_PACKETS - 1 are reserved for use by net_crypto. */
71#define CRYPTO_RESERVED_PACKETS 16 71#define CRYPTO_RESERVED_PACKETS 16
72 72
73#define MAX_TCP_CONNECTIONS 32 73#define MAX_TCP_CONNECTIONS 64
74#define MAX_TCP_RELAYS_PEER 4 74#define MAX_TCP_RELAYS_PEER 4
75 75
76#define STATUS_TCP_NULL 0 76#define STATUS_TCP_NULL 0