diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-09 03:40:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-09 03:40:53 +0000 |
commit | c0aa77d7e7d66fa508642a79a5a8ddf1c2603677 (patch) | |
tree | cd4fdada0ca148ace9d0854beb92b4660a803ecd /doc/dir-spec.txt | |
parent | 88f7aeba941b2c30663672c870f00c611ec57165 (diff) | |
download | tor-c0aa77d7e7d66fa508642a79a5a8ddf1c2603677.tar.gz tor-c0aa77d7e7d66fa508642a79a5a8ddf1c2603677.zip |
over-long line in dir-spec
svn:r5938
Diffstat (limited to 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 2a640f7465..f2a4c527ba 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -249,12 +249,13 @@ $Id$ 4.2. Downloading network-status documents - 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, - 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). + 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, 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). Directory servers and mirrors remember and serve the most recent network-status document they have from each authority. Other |