diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-03 05:37:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-03 05:37:18 +0000 |
commit | 314c2111cf738a2e009ef6507b34879df269b948 (patch) | |
tree | d3684bb5b6b1744879ab68935f7a281978de3e2f | |
parent | 7b8373a7f372d39ab52e03bc9e732c9498baf97f (diff) | |
download | tor-314c2111cf738a2e009ef6507b34879df269b948.tar.gz tor-314c2111cf738a2e009ef6507b34879df269b948.zip |
Clarify behavior on failing network-status download.
svn:r6302
-rw-r--r-- | doc/dir-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 7df3433fac..7cfd83b614 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -409,11 +409,11 @@ $Id$ get a network-status document. Also, if the most recently published network-status document is over 30 - minutes old, the client downloads a network-status document. When - choosing which documents to download, clients treat their list of + minutes old, the client attempts to download a network-status document. + When choosing which documents to download, clients treat their list of directory authorities as a circular ring, and begin with the authority appearing immediately after the authority for their most recently - published network-status document. + published network-status document. Clients discard all network-status documents over 24 hours old. |