Slightly increase ping timeout.

This commit is contained in:
irungentoo 2015-12-16 16:24:29 -05:00
parent 97ba2f7640
commit 09aa7884c8
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

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