summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-12-15 14:14:22 -0500
committerirungentoo <irungentoo@gmail.com>2014-12-15 14:14:22 -0500
commit7425a0dd090587d0fab21c6047e8f3015b5f2f7b (patch)
treeb1975c41ebaf42c6e081abaafa2d9d4174f969f3
parent3516a0194c45854bf416d4a54a8acafd3322a638 (diff)
Increased max TCP connections.
-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