mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Increased max TCP connections.
This commit is contained in:
parent
3516a0194c
commit
7425a0dd09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user