From 09aa7884c8463a798dbb07d80e0fb2aa22dd2518 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 16 Dec 2015 16:24:29 -0500 Subject: Slightly increase ping timeout. --- toxcore/DHT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxcore/DHT.h b/toxcore/DHT.h index 048bfcf4..c213da42 100644 --- a/toxcore/DHT.h +++ b/toxcore/DHT.h @@ -38,7 +38,7 @@ #define MAX_SENT_NODES 4 /* Ping timeout in seconds */ -#define PING_TIMEOUT 3 +#define PING_TIMEOUT 5 /* size of DHT ping arrays. */ #define DHT_PING_ARRAY_SIZE 512 -- cgit v1.2.3