[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19211: {torflow} Add a closed member found missing by Kevin Bauer. (torflow/trunk/CircuitAnalysis/OPAddon)
Author: mikeperry
Date: 2009-03-31 16:38:26 -0400 (Tue, 31 Mar 2009)
New Revision: 19211
Modified:
torflow/trunk/CircuitAnalysis/OPAddon/op-addon.py
Log:
Add a closed member found missing by Kevin Bauer.
Modified: torflow/trunk/CircuitAnalysis/OPAddon/op-addon.py
===================================================================
--- torflow/trunk/CircuitAnalysis/OPAddon/op-addon.py 2009-03-31 16:19:23 UTC (rev 19210)
+++ torflow/trunk/CircuitAnalysis/OPAddon/op-addon.py 2009-03-31 20:38:26 UTC (rev 19211)
@@ -264,6 +264,7 @@
# XXX: BW stuff
self.bw = 0
self.bw_tested = False
+ self.closed = False
def add_rtt(self, rtt):
""" Add a new value and refresh stats and current """
@@ -301,7 +302,7 @@
self.hop = None # Save hop if this is a ping, hop=None is complete circ
self.bw_timestamp = None # Timestamp of the last stream_bw event
-## Connection (needed to make use of Circuit above ####
+## Connection (needed to make use of Circuit above) ####
class Connection(PathSupport.Connection):
def build_circuit(self, path):