Explorar o código

mention that getinfo helper-nodes can return status "never-connected".
also, make explicit that there's a space between status and isotime.


svn:r5648

Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
782efd9e93
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      doc/control-spec.txt

+ 4 - 1
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"