mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
MAX_SENT_NODE is now 4.
This means that in every part of the Tox code that sends nodes will now send a maximum of 4 nodes instead of 8.
This commit is contained in:
parent
a79eafbb52
commit
c16928c4aa
@ -36,7 +36,7 @@
|
||||
#define LCLIENT_LIST 32
|
||||
|
||||
/* The max number of nodes to send with send nodes. */
|
||||
#define MAX_SENT_NODES 8
|
||||
#define MAX_SENT_NODES 4
|
||||
|
||||
/* Ping timeout in seconds */
|
||||
#define PING_TIMEOUT 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user