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:
irungentoo 2014-04-25 09:15:53 -04:00
parent a79eafbb52
commit c16928c4aa
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

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