From b9bffced7c75dc059ede6187cbefb773a2061e8f Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 30 Sep 2013 17:20:35 -0400 Subject: Speeded up/fixed NAT hole punching and peer finding. --- toxcore/DHT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/DHT.c b/toxcore/DHT.c index 0bbacc90..2583b891 100644 --- a/toxcore/DHT.c +++ b/toxcore/DHT.c @@ -50,7 +50,7 @@ #define PING_INTERVAL 60 /* Ping interval in seconds for each random sending of a get nodes request. */ -#define GET_NODE_INTERVAL 10 +#define GET_NODE_INTERVAL 5 #define MAX_PUNCHING_PORTS 128 -- cgit v1.2.3