[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21552: {torflow} Go back to voting on guards for a temporary experiment. (torflow/trunk/NetworkScanners/BwAuthority)
Author: mikeperry
Date: 2010-02-02 23:00:31 +0000 (Tue, 02 Feb 2010)
New Revision: 21552
Modified:
torflow/trunk/NetworkScanners/BwAuthority/aggregate.py
Log:
Go back to voting on guards for a temporary experiment.
Modified: torflow/trunk/NetworkScanners/BwAuthority/aggregate.py
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/aggregate.py 2010-02-02 14:18:56 UTC (rev 21551)
+++ torflow/trunk/NetworkScanners/BwAuthority/aggregate.py 2010-02-02 23:00:31 UTC (rev 21552)
@@ -18,7 +18,7 @@
prev_consensus = {}
# Hack to kill voting on guards while the network rebalances
-IGNORE_GUARDS = 1
+IGNORE_GUARDS = 0
# BETA is the parameter that governs the proportion that we use previous
# consensus values in creating new bandwitdhs versus descriptor values.