[tor-commits] [torflow/master] Properly store roger's unfeedback var.

mikeperry at torproject.org mikeperry at torproject.org
Thu Nov 17 23:50:09 UTC 2011


commit 8c47bb02c77d8e5e8f4955fe2d25902be5cfd8cd
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Mon Oct 31 23:00:30 2011 -0700

    Properly store roger's unfeedback var.
---
 NetworkScanners/BwAuthority/aggregate.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/NetworkScanners/BwAuthority/aggregate.py b/NetworkScanners/BwAuthority/aggregate.py
index 87a13ef..e963413 100755
--- a/NetworkScanners/BwAuthority/aggregate.py
+++ b/NetworkScanners/BwAuthority/aggregate.py
@@ -97,6 +97,7 @@ class Node:
 
   def revert_to_vote(self, vote):
     self.new_bw = vote.bw*1000
+    self.pid_bw = vote.pid_bw
     self.pid_error = vote.pid_error
     self.measured_at = vote.measured_at
 





More information about the tor-commits mailing list