commit b00456b35d0c6ded192f6c90a49a53ccc332bcf0 Author: Nick Mathewson nickm@torproject.org Date: Mon Mar 11 14:07:14 2013 -0400
Document MEASURE_TIMEOUT; bug 7626. --- control-spec.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 02f4705..d2130b6 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1297,7 +1297,7 @@
Purpose = "GENERAL" / "HS_CLIENT_INTRO" / "HS_CLIENT_REND" / "HS_SERVICE_INTRO" / "HS_SERVICE_REND" / "TESTING" / - "CONTROLLER" + "CONTROLLER" / "MEASURE_TIMEOUT"
HSState = "HSCI_CONNECTING" / "HSCI_INTRO_SENT" / "HSCI_DONE" / "HSCR_CONNECTING" / "HSCR_ESTABLISHED_IDLE" / @@ -1342,6 +1342,7 @@ HS_SERVICE_REND (HS service-side rendezvous circuit) TESTING (reachability-testing circuit; carries no traffic) CONTROLLER (circuit built by a controller) + MEASURE_TIMEOUT (circuit being kept around to see how long it takes)
The "HS_STATE" field is provided only for hidden-service circuits, and only in versions 0.2.3.11-alpha and later. Clients MUST accept
tor-commits@lists.torproject.org