mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Enable trivial "download by descriptor digest" functionality.
svn:r5250
This commit is contained in:
+12
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user