From 7425a0dd090587d0fab21c6047e8f3015b5f2f7b Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 15 Dec 2014 14:14:22 -0500 Subject: [PATCH] Increased max TCP connections. --- toxcore/net_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ /* Packet ids 0 to CRYPTO_RESERVED_PACKETS - 1 are reserved for use by net_crypto. */ #define CRYPTO_RESERVED_PACKETS 16 -#define MAX_TCP_CONNECTIONS 32 +#define MAX_TCP_CONNECTIONS 64 #define MAX_TCP_RELAYS_PEER 4 #define STATUS_TCP_NULL 0