diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-29 05:32:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-29 05:32:03 +0000 |
commit | 9031bbd4d86b4222af8e487a2f8204c334e410a5 (patch) | |
tree | 7aa262546352c1f9014443b16a073c881fe93826 /doc/spec/dir-spec-v2.txt | |
parent | 1b665b3c7e13b493e229bf308bf4de7a1d7413c3 (diff) | |
download | tor-9031bbd4d86b4222af8e487a2f8204c334e410a5.tar.gz tor-9031bbd4d86b4222af8e487a2f8204c334e410a5.zip |
r13982@catbus: nickm | 2007-07-29 01:31:53 -0400
Actually, we missed a rule about what routers to prefer: first prefer authority to non-authority, *then* running, *then* bandwidth.
svn:r10969
Diffstat (limited to 'doc/spec/dir-spec-v2.txt')
-rw-r--r-- | doc/spec/dir-spec-v2.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/spec/dir-spec-v2.txt b/doc/spec/dir-spec-v2.txt index 553e565cc5..7f71f8f071 100644 --- a/doc/spec/dir-spec-v2.txt +++ b/doc/spec/dir-spec-v2.txt @@ -482,11 +482,11 @@ $Id$ Directory server administrators may label some servers or IPs as blacklisted, and elect not to include them in their network-status lists. - Authorities SHOULD 'disable' any servers in excess of 3 on any single - IP. When there are more than 3 to choose from, authorities should first - prefer Running to non-Running, and then prefer high-bandwidth to - low-bandwidth. To 'disable' a server, the authority *should* advertise - it without the Running or Valid flag. + Authorities SHOULD 'disable' any servers in excess of 3 on any single IP. + When there are more than 3 to choose from, authorities should first prefer + authorities to non-authorities, then prefer Running to non-Running, and + then prefer high-bandwidth to low-bandwidth. To 'disable' a server, the + authority *should* advertise it without the Running or Valid flag. Thus, the network-status list includes all non-blacklisted, non-expired, non-superseded descriptors. |