浏览代码

directory authorities should be more tolerant of failed reachability
tests before crying foul to the server operator.


svn:r6509

Roger Dingledine 19 年之前
父节点
当前提交
f6ff3e6f0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
src/or/dirserv.c

@@ -656,7 +656,7 @@ list_single_server_status(routerinfo_t *desc, int is_live)
 /** 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.