diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-15 22:40:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-15 22:40:20 +0000 |
commit | 31e09bb5242b24d50fcc306fc3b423e0468e1726 (patch) | |
tree | 9f93cc8f79ad0b66c4270a76eb283fdcf6e59137 /doc/control-spec.txt | |
parent | 251f007b75aaef7755dd45069c54ee6786f3a013 (diff) | |
download | tor-31e09bb5242b24d50fcc306fc3b423e0468e1726.tar.gz tor-31e09bb5242b24d50fcc306fc3b423e0468e1726.zip |
r11614@Kushana: nickm | 2006-12-15 17:39:42 -0500
Implement SETEVENTS GUARD. Needs review and testing.
svn:r9137
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 08e91cfb9f..1987fd9494 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -1134,10 +1134,12 @@ I DIR_ALL_UNREACHABLE 4.1.11. Our set of guard nodes has changed Syntax: - "650" SP "GUARDS" SP Type SP ... + "650" SP "GUARDS" SP Type SP Name SP Status ... CRLF Type = "ENTRY" - ... - [needs to be fleshed out; not implemented yet] + Name = The (possibly verbose) nickname of the guard effected. + Status = "NEW" | "UP" | "DOWN" | "BAD" | "GOOD" | "DROPPED" + + [explain states. XXX] 4.1.12. Network status has changed |