diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-10 20:08:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-10 20:08:56 +0000 |
commit | b1ea87da3715448e0bbabea9a3803d350c66689d (patch) | |
tree | 596f0aa7d660110b5cf140dd6f743b064b047280 /doc | |
parent | f71273c21603c47b62ec96a324f869cb9a3c2f00 (diff) | |
download | tor-b1ea87da3715448e0bbabea9a3803d350c66689d.tar.gz tor-b1ea87da3715448e0bbabea9a3803d350c66689d.zip |
spec getinfo desc/all-recent
svn:r5769
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index a2672ca443..006bce8cee 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -316,6 +316,9 @@ $Id$ descriptor for a given OR, NUL-terminated. If no such OR is known, the corresponding value is an empty string. + "desc/all-recent" -- the latest server descriptor for every router that + Tor knows about. + "network-status" -- a space-separated list of all known OR identities. This is in the same format as the router-status line in directories; see tor-spec.txt for details. |