[or-cvs] directory authorities should be more tolerant of failed rea...

arma at seul.org arma at seul.org
Sun May 28 16:14:28 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv4664

Modified Files:
	dirserv.c 
Log Message:
directory authorities should be more tolerant of failed reachability
tests before crying foul to the server operator.


Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -p -d -r1.329 -r1.330
--- dirserv.c	15 Apr 2006 07:15:23 -0000	1.329
+++ dirserv.c	28 May 2006 16:14:26 -0000	1.330
@@ -656,7 +656,7 @@ list_single_server_status(routerinfo_t *
 /** Each server needs to have passed a reachability test no more
  * than this number of seconds ago, or he is listed as down in
  * the directory. */
-#define REACHABLE_TIMEOUT (30*60)
+#define REACHABLE_TIMEOUT (45*60)
 
 /** Treat a router as alive if
  *    - It's me, and I'm not hibernating.



More information about the tor-commits mailing list