aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-11-18 19:28:34 +0000
committerPeter Palfrader <peter@palfrader.org>2005-11-18 19:28:34 +0000
commit901712ee593f2631217a2e53652f2ea9d3624e31 (patch)
tree4430a694a81ecf083670447533f17970d463a307 /src/or/main.c
parent4ddf2385a0e7b140424bd44ea05b6a6a5d9c612a (diff)
downloadtor-901712ee593f2631217a2e53652f2ea9d3624e31.tar
tor-901712ee593f2631217a2e53652f2ea9d3624e31.tar.gz
Remove ip address change flapping detection. It is not really needed and I do not think it works quite right.
svn:r5423
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 013965db7..007106ae2 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -94,7 +94,7 @@ static char* nt_strerror(uint32_t errnum);
#define FORCE_REGENERATE_DESCRIPTOR_INTERVAL 18*60*60 /* 18 hours */
#define CHECK_DESCRIPTOR_INTERVAL 60 /* one minute */
-#define CHECK_IPADDRESS_INTERVAL (5*60) /* five minutes */
+#define CHECK_IPADDRESS_INTERVAL (15*60) /* five minutes */
#define BUF_SHRINK_INTERVAL 60 /* one minute */
#define DESCRIPTOR_RETRY_INTERVAL 10
#define DESCRIPTOR_FAILURE_RESET_INTERVAL 60*60