commit c2627218b11819577007504096d14f90e49a7e19 Author: Robert Ransom rransom.8774@gmail.com Date: Sun Jun 26 10:54:57 2011 -0700
Explicitly allow future new types of CIRC2 events --- control-spec.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index e76f377..664ff0c 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1922,6 +1922,8 @@ "PURPOSE_CHANGED" / ; circuit purpose or HS-related state changed "CANNIBALIZED" ; circuit cannibalized
+ Clients MUST accept circuit events not listed above. + The "OLD_PURPOSE" field is provided for both PURPOSE_CHANGED and CANNIBALIZED events. The "OLD_HS_STATE" field is provided whenever the "OLD_PURPOSE" field is provided and is a hidden-service-related
tor-commits@lists.torproject.org