mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Increased maximum number of incomming TCP connections in TCP server.
This commit is contained in:
parent
9527d28b70
commit
ed7bed6b59
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user