mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
mention that getinfo helper-nodes can return status "never-connected".
also, make explicit that there's a space between status and isotime. svn:r5648
This commit is contained in:
parent
40c267a89f
commit
782efd9e93
@ -346,7 +346,10 @@ $Id$
|
|||||||
"helper-nodes"
|
"helper-nodes"
|
||||||
A series of lines listing the currently chosen helper nodes, if any.
|
A series of lines listing the currently chosen helper nodes, if any.
|
||||||
Each is of the form:
|
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/enabled"
|
||||||
"accounting/hibernating"
|
"accounting/hibernating"
|
||||||
|
Loading…
Reference in New Issue
Block a user