commit de621605527e0f48c8ef07c492e4c58d8701fd21 Author: Nick Mathewson nickm@torproject.org Date: Fri Nov 23 10:36:24 2012 -0500
Document MEASUREMENT_EXPIRED --- control-spec.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 1a50256..5792cef 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1354,7 +1354,10 @@ if extended events are enabled (see 3.19). Clients MUST accept reasons not listed above. Reasons are as given in tor-spec.txt, except for:
- NOPATH (Not enough nodes to make circuit) + NOPATH (Not enough nodes to make circuit) + MEASUREMENT_EXPIRED (As "TIMEOUT", except that we had left the circuit + open for measurement purposes to see how long it + would take to finish.)
The "REMOTE_REASON" field is provided only when we receive a DESTROY or TRUNCATE cell, and only if extended events are enabled. It contains the
tor-commits@lists.torproject.org