[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21553: {torflow} Go back to voting on guards for a temporary experiment. (torflow/branches/stable/NetworkScanners/BwAuthority)
Author: mikeperry
Date: 2010-02-02 23:03:30 +0000 (Tue, 02 Feb 2010)
New Revision: 21553
Modified:
torflow/branches/stable/NetworkScanners/BwAuthority/aggregate.py
Log:
Go back to voting on guards for a temporary experiment.
Modified: torflow/branches/stable/NetworkScanners/BwAuthority/aggregate.py
===================================================================
--- torflow/branches/stable/NetworkScanners/BwAuthority/aggregate.py 2010-02-02 23:00:31 UTC (rev 21552)
+++ torflow/branches/stable/NetworkScanners/BwAuthority/aggregate.py 2010-02-02 23:03:30 UTC (rev 21553)
@@ -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.