From c16928c4aa606291eb05a94b8228096d3a71d11c Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 25 Apr 2014 09:15:53 -0400 Subject: 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. --- toxcore/DHT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore') diff --git a/toxcore/DHT.h b/toxcore/DHT.h index 384a8450..c37511a1 100644 --- a/toxcore/DHT.h +++ b/toxcore/DHT.h @@ -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 -- cgit v1.2.3