Increased maximum number of incomming TCP connections in TCP server.

This commit is contained in:
irungentoo 2014-09-13 21:16:00 -04:00
parent 9527d28b70
commit ed7bed6b59
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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