commit 7ec5d394de1aa1d43e58141de9f6d3cb5822b4ca Author: Nick Mathewson nickm@torproject.org Date: Mon May 18 14:47:54 2015 -0400
Clarify that we can expand NETWORK_LIVENESS in the future --- control-spec.txt | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index 0cc46b9..c9f871b 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -2796,6 +2796,9 @@ "UP" -- The network now seems to be reachable. "DOWN" -- The network now seems to be unreachable.
+ Controllers MUST ignore unrecognized Status values, and MUST ignore + unrecognized material at the end of the event line. + 5. Implementation notes
5.1. Authentication