[tor-commits] [stem/master] Adding CircClosureReason.MEASUREMENT_EXPIRED description

atagar at torproject.org atagar at torproject.org
Mon Dec 3 02:35:44 UTC 2012


commit 4ce0be17442a4c21612eefb6cbe426aebbfc722f
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Nov 23 11:31:14 2012 -0800

    Adding CircClosureReason.MEASUREMENT_EXPIRED description
    
    Spec was updated with a description so reflecting that here.
    
    bug report: https://trac.torproject.org/7506
    fix: https://gitweb.torproject.org/torspec.git/commitdiff/de62160
---
 stem/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/__init__.py b/stem/__init__.py
index c2c001a..8b5a5c2 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -81,7 +81,7 @@ Library for working with the tor process.
   **DESTROYED**             circuit unexpectedly closed
   **NOPATH**                not enough relays to make a circuit
   **NOSUCHSERVICE**         requested hidden service does not exist
-  **MEASUREMENT_EXPIRED**   unknown (https://trac.torproject.org/7506)
+  **MEASUREMENT_EXPIRED**   same as **TIMEOUT** except that it was left open for measurement purposes
   ========================= ===========
 
 .. data:: HiddenServiceState (enum)





More information about the tor-commits mailing list