summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-13 21:16:00 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-13 21:16:00 -0400
commited7bed6b59134b074db1586866cb1ef57ce1ba54 (patch)
tree18d8db7decb661567b2f7f7ef5bf16f65d2b172e /toxcore/TCP_server.h
parent9527d28b70cc21fb6d8931052781eae05da9c396 (diff)
Increased maximum number of incomming TCP connections in TCP server.
Diffstat (limited to 'toxcore/TCP_server.h')
-rw-r--r--toxcore/TCP_server.h2
1 files changed, 1 insertions, 1 deletions
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 @@
35#define MSG_NOSIGNAL 0 35#define MSG_NOSIGNAL 0
36#endif 36#endif
37 37
38#define MAX_INCOMMING_CONNECTIONS 32 38#define MAX_INCOMMING_CONNECTIONS 256
39 39
40#define TCP_MAX_BACKLOG MAX_INCOMMING_CONNECTIONS 40#define TCP_MAX_BACKLOG MAX_INCOMMING_CONNECTIONS
41 41