diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-22 06:34:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-22 06:34:29 +0000 |
commit | cdc912714eeee2d72f72e1f4446daaa8804e12db (patch) | |
tree | f209e15c65bd3cce88e382b3338e61bd9ba6c21b /doc/dir-spec.txt | |
parent | 66930319473ff63796672f26d52890f60666e770 (diff) | |
download | tor-cdc912714eeee2d72f72e1f4446daaa8804e12db.tar.gz tor-cdc912714eeee2d72f72e1f4446daaa8804e12db.zip |
I love the smell of C in the morning. Make router-download rules smarter (download more so long as we dont duplicate existing requests; relaunch at staggered intervals); relaunch one a minute or on failure; reset 60 minutes; always open 3 requests if we can; add authority opinion to networkstatus; make naming rule correct. There is a remaining bug where we retry servers too quickly; We need to look at that harder.
svn:r5110
Diffstat (limited to 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 1c3247ea0d..fadec9bfc1 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -120,6 +120,7 @@ $Id$ "Running" if the router is currently usable. "Named" if the router's identity-nickname mapping is canonical. "Valid" if the router has been 'validated'. + "Authority" if the router is a directory authority. The "r" entry for each router must appear first and is required. The 's" entry is optional. Unrecognized flags, or extra elements on the |