diff options
Diffstat (limited to 'toxcore/DHT.c')
-rw-r--r-- | toxcore/DHT.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
50 | #define PING_INTERVAL 60 | 50 | #define PING_INTERVAL 60 |
51 | 51 | ||
52 | /* Ping interval in seconds for each random sending of a get nodes request. */ | 52 | /* Ping interval in seconds for each random sending of a get nodes request. */ |
53 | #define GET_NODE_INTERVAL 10 | 53 | #define GET_NODE_INTERVAL 5 |
54 | 54 | ||
55 | #define MAX_PUNCHING_PORTS 128 | 55 | #define MAX_PUNCHING_PORTS 128 |
56 | 56 | ||