aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-14 04:56:20 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-14 04:56:20 +0000
commit6101468cbe28fe50faa82d251ca95c481ed40fe7 (patch)
treeea37f76c73e208b18549c45bcc7c5f7d11a7b70c /doc
parent998cf8d6222607113fbd8fa8563d507a808ee869 (diff)
downloadtor-6101468cbe28fe50faa82d251ca95c481ed40fe7.tar
tor-6101468cbe28fe50faa82d251ca95c481ed40fe7.tar.gz
Enable trivial "download by descriptor digest" functionality.
svn:r5250
Diffstat (limited to 'doc')
-rw-r--r--doc/dir-spec.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt
index 2ce196b3f..7ac93f676 100644
--- a/doc/dir-spec.txt
+++ b/doc/dir-spec.txt
@@ -175,10 +175,18 @@ $Id$
fingerprint of <F> should be available at:
http://<hostname>/tor/server/fp/<F>.z
- The most recent descriptors for servers have fingerprints <F1>,<F2>,<F3>
+ The most recent descriptors for servers with fingerprints <F1>,<F2>,<F3>
should be available at:
http://<hostname>/tor/server/fp/<F1>+<F2>+<F3>.z
+ The descriptor for a server whose digest (in hex) is <D> should be
+ available at:
+ http://<hostname>/tor/server/d/<D>.z
+
+ The most recent descriptors with digests <D1>,<D2>,<D3> should be
+ available at:
+ http://<hostname>/tor/server/d/<D1>+<D2>+<D3>.z
+
The most recent descriptor for this server should be at:
http://<hostname>/tor/server/authority.z
@@ -371,10 +379,12 @@ $Id$
fetch a new one if it was published in the last 2 hours. (??)
- Describe what we do with old server versions.
-
+
- If we have less than 16 to download, do not download unless 10 minutes
have passed since last download.
+ - Which descriptors do directory servers remember?
+
6. Remaining issues
Client-knowledge partitioning is worrisome. Most versions of this don't