From dd98412ce122b84a01fb01e24068c9d7e95cb04f Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 7 Apr 2005 21:01:00 +0000 Subject: allow servers to publish descriptors from 12 hours in the future. hopefully this will allow more slack and let crummier servers help out too. svn:r4046 --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/dirserv.c') diff --git a/src/or/dirserv.c b/src/or/dirserv.c index d966fb1ca8..56bb0b21b1 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -12,7 +12,7 @@ const char dirserv_c_id[] = "$Id$"; **/ /** How far in the future do we allow a router to get? (seconds) */ -#define ROUTER_ALLOW_SKEW (30*60) +#define ROUTER_ALLOW_SKEW (60*60*12) /* 12 hours */ /** How many seconds do we wait before regenerating the directory? */ #define DIR_REGEN_SLACK_TIME 10 -- cgit v1.2.3-54-g00ecf