Define fix.

This commit is contained in:
irungentoo 2015-06-09 23:09:26 -04:00
parent 3e352749ad
commit 8ac74ebf47
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -47,7 +47,7 @@
#include "util.h" #include "util.h"
/* The timeout after which a node is discarded completely. */ /* The timeout after which a node is discarded completely. */
#define KILL_NODE_TIMEOUT 300 #define KILL_NODE_TIMEOUT (BAD_NODE_TIMEOUT + PING_INTERVAL)
/* Ping interval in seconds for each random sending of a get nodes request. */ /* Ping interval in seconds for each random sending of a get nodes request. */
#define GET_NODE_INTERVAL 20 #define GET_NODE_INTERVAL 20