[tor-commits] [stem/master] Filling in a description for MEASURE_TIMEOUT

atagar at torproject.org atagar at torproject.org
Tue Mar 12 02:16:35 UTC 2013


commit fb35fc7a9dd9d0217bedbc38bda51f58579d5f77
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Mar 11 19:01:16 2013 -0700

    Filling in a description for MEASURE_TIMEOUT
    
    Nick added a description to address...
    
    https://trac.torproject.org/7626
    
    I'm not quite sure what it means (does "see how long it takes" mean measure the
    time to make the circuit? or the time it takes before being timed out like the
    name suggests?), so just copying what he put in the spec.
---
 stem/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/__init__.py b/stem/__init__.py
index 510c46c..f1335ac 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -116,7 +116,7 @@ Library for working with the tor process.
   **HS_SERVICE_REND**  server side hidden service rendezvous circuit
   **TESTING**          testing to see if we're reachable, so we can be used as a relay
   **CONTROLLER**       circuit that was built by a controller
-  **MEASURE_TIMEOUT**  unknown (https://trac.torproject.org/7626)
+  **MEASURE_TIMEOUT**  circuit being kept around to see how long it takes
   ==================== ===========
 
 .. data:: CircClosureReason (enum)



More information about the tor-commits mailing list