Skip to content
Snippets Groups Projects
Commit f6ff3e6f authored by Roger Dingledine's avatar Roger Dingledine
Browse files

directory authorities should be more tolerant of failed reachability

tests before crying foul to the server operator.


svn:r6509
parent 48be472e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment