From 314c2111cf738a2e009ef6507b34879df269b948 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Apr 2006 05:37:18 +0000 Subject: [PATCH] Clarify behavior on failing network-status download. svn:r6302 --- doc/dir-spec.txt | 6 +++--- 1 file 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.