diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-22 03:35:37 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-22 03:35:37 +0000 |
commit | 171ce8f1db61dacf4470cd44ecb2fae82f51d2b7 (patch) | |
tree | 5d03626303acacd2f039d4b094e6b2daad8c81c0 /doc/control-spec.txt | |
parent | ed9524a626dad0d962d52e8b67cff3b33ce39b90 (diff) | |
download | tor-171ce8f1db61dacf4470cd44ecb2fae82f51d2b7.tar.gz tor-171ce8f1db61dacf4470cd44ecb2fae82f51d2b7.zip |
update control-spec too
svn:r3802
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index ea55c4e34d..b1092eeb34 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -306,7 +306,9 @@ the message. descriptor for a given OR, NUL-terminated. If no such OR is known, the corresponding value is an empty string. - "desc/all-ids" -- a comma-separated list of all known OR identities. + "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. "addr-mappings/all" "addr-mappings/config" |