浏览代码

Oops; meant received, not published.

svn:r6304
Nick Mathewson 19 年之前
父节点
当前提交
1f40ab57d7
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      doc/dir-spec.txt

+ 6 - 4
doc/dir-spec.txt

@@ -394,8 +394,10 @@ $Id$
    Each client maintains an ordered list of directory authorities.
    Each client maintains an ordered list of directory authorities.
    Insofar as possible, clients SHOULD all use the same ordered list.
    Insofar as possible, clients SHOULD all use the same ordered list.
 
 
-   Clients consider a network-status document "live" if it was published
-   within the last 24 hours.
+   For each network-status document a client has, it keeps track of its
+   publication time *and* the time when the client retrieved it.  Clients
+   consider a network-status document "live" if it was published within the
+   last 24 hours.
 
 
    Clients try to have a live network-status document hours from *every*
    Clients try to have a live network-status document hours from *every*
    authority, and try to periodically get new network-status documents from
    authority, and try to periodically get new network-status documents from
@@ -408,12 +410,12 @@ $Id$
    has a live network-status document, or until is has tried and failed to
    has a live network-status document, or until is has tried and failed to
    get a network-status document.
    get a network-status document.
 
 
-   Also, if the most recently published network-status document is over 30
+   If the most recently _retrieved_ network-status document is over 30
    minutes old, the client attempts to download a network-status document.
    minutes old, the client attempts to download a network-status document.
    When choosing which documents to download, clients treat their list of
    When choosing which documents to download, clients treat their list of
    directory authorities as a circular ring, and begin with the authority
    directory authorities as a circular ring, and begin with the authority
    appearing immediately after the authority for their most recently
    appearing immediately after the authority for their most recently
-   published network-status document.  If this attempt fails, the client
+   retrieved network-status document.  If this attempt fails, the client
    retries at other caches several times, before moving on to the next
    retries at other caches several times, before moving on to the next
    network-status document in sequence.
    network-status document in sequence.