diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-25 05:44:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-25 05:44:30 +0000 |
commit | 782efd9e932ded9f813954dcdd7fc67e61cf738e (patch) | |
tree | 4a0ab4fdca8e9f8d2ea89560ce0bd12c30d6e2ae /doc/control-spec.txt | |
parent | 40c267a89f1848243ca7dc14d6fe2015e7920b47 (diff) | |
download | tor-782efd9e932ded9f813954dcdd7fc67e61cf738e.tar.gz tor-782efd9e932ded9f813954dcdd7fc67e61cf738e.zip |
mention that getinfo helper-nodes can return status "never-connected".
also, make explicit that there's a space between status and isotime.
svn:r5648
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 4f09837901..8ea19d72e3 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -346,7 +346,10 @@ $Id$ "helper-nodes" A series of lines listing the currently chosen helper nodes, if any. Each is of the form: - ServerID SP ((("down" / "unlisted") ISOTime) / "up") CRLF + ServerID SP (Status-with-time / Status) CRLF + + Status-with-time = ("down" / "unlisted") SP ISOTime + Status = ("up" / "never-connected") "accounting/enabled" "accounting/hibernating" |