diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-24 00:48:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-24 00:48:42 +0000 |
commit | 52737a5e6d6efd2cac582fa2904b9df099fcc43f (patch) | |
tree | 126253b86390e7dd0ebf3d2742f19891395801dc /doc/dir-spec.txt | |
parent | 75ca3e50637aedc070a9bd728ce10b00adae492b (diff) | |
download | tor-52737a5e6d6efd2cac582fa2904b9df099fcc43f.tar.gz tor-52737a5e6d6efd2cac582fa2904b9df099fcc43f.zip |
dir-spec cleanups
svn:r5858
Diffstat (limited to 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 9c4183b715..2a640f7465 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -169,7 +169,7 @@ $Id$ "Exit" if the router is useful for building general-purpose exit circuits. "Fast" if the router is suitable for high-bandwidth circuits. - "Gurad" if the router is suitable for use as an entry guard. + "Guard" if the router is suitable for use as an entry guard. (Currently, this means 'fast' and 'stable'.) "Named" if the router's identity-nickname mapping is canonical, and this authority binds names. @@ -251,8 +251,8 @@ $Id$ All directory servers (authorities and mirrors) try to keep a fresh set of network-status documents from every authority. To do so, every 5 minutes, - an authority asks every other authority for its most recent network-status - document. Every 15 minutes, a mirror picks a random authority and asks it + each authority asks every other authority for its most recent network-status + document. Every 15 minutes, each mirror picks a random authority and asks it for the most recent network-status documents for all the authorities the authority knows about (including the chosen authority itself). @@ -427,7 +427,7 @@ $Id$ After choosing mirrors, the client divides the descriptors among them randomly. - After receiving any response client MUST reject any network-status + After receiving any response client MUST discard any network-status documents and descriptors that it did not request. 6. Using directory information @@ -495,7 +495,7 @@ $Id$ 6.2. Software versions - Implementations of Tor SHOULD warn when it has live network-statuses from + An implementation of Tor SHOULD warn when it has live network-statuses from more than half of the authorities, and it is running a software version not listed on more than half of the live "Versioning" network-status documents. |