Lowered interval in onion_client.

This commit is contained in:
irungentoo 2015-09-28 19:22:02 -04:00
parent 6120b0e0bb
commit b1abbbd953
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -29,7 +29,7 @@
#include "ping_array.h"
#define MAX_ONION_CLIENTS 8
#define ONION_NODE_PING_INTERVAL 20
#define ONION_NODE_PING_INTERVAL 15
#define ONION_NODE_TIMEOUT (ONION_NODE_PING_INTERVAL * 3)
/* The interval in seconds at which to tell our friends where we are */