diff options
author | irungentoo <irungentoo@gmail.com> | 2015-09-28 19:22:02 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2015-09-28 19:22:02 -0400 |
commit | b1abbbd953b5ab1bd8567ab70ffe426d27f26048 (patch) | |
tree | 6ea40c60f96953cf4f2abf7542f6bf6fdf9d6191 | |
parent | 6120b0e0bb865ab196cdf717a4829a3f83ef1e7b (diff) |
Lowered interval in onion_client.
-rw-r--r-- | toxcore/onion_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h index ad28ac51..416d593a 100644 --- a/toxcore/onion_client.h +++ b/toxcore/onion_client.h | |||
@@ -29,7 +29,7 @@ | |||
29 | #include "ping_array.h" | 29 | #include "ping_array.h" |
30 | 30 | ||
31 | #define MAX_ONION_CLIENTS 8 | 31 | #define MAX_ONION_CLIENTS 8 |
32 | #define ONION_NODE_PING_INTERVAL 20 | 32 | #define ONION_NODE_PING_INTERVAL 15 |
33 | #define ONION_NODE_TIMEOUT (ONION_NODE_PING_INTERVAL * 3) | 33 | #define ONION_NODE_TIMEOUT (ONION_NODE_PING_INTERVAL * 3) |
34 | 34 | ||
35 | /* The interval in seconds at which to tell our friends where we are */ | 35 | /* The interval in seconds at which to tell our friends where we are */ |