From ed7bed6b59134b074db1586866cb1ef57ce1ba54 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 13 Sep 2014 21:16:00 -0400 Subject: Increased maximum number of incomming TCP connections in TCP server. --- toxcore/TCP_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore') diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h index 81507acb..3a6a868c 100644 --- a/toxcore/TCP_server.h +++ b/toxcore/TCP_server.h @@ -35,7 +35,7 @@ #define MSG_NOSIGNAL 0 #endif -#define MAX_INCOMMING_CONNECTIONS 32 +#define MAX_INCOMMING_CONNECTIONS 256 #define TCP_MAX_BACKLOG MAX_INCOMMING_CONNECTIONS -- cgit v1.2.3