commit 280a3ad12d5fe0050a59f67f9e1096b030acc447 Author: aagbsn aagbsn@extc.org Date: Sun Apr 14 22:41:33 2013 -0700
Remove use_unmeasured parameter --- NetworkScanners/BwAuthority/bwauthority_child.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/NetworkScanners/BwAuthority/bwauthority_child.py b/NetworkScanners/BwAuthority/bwauthority_child.py index 67801fc..28b89c2 100755 --- a/NetworkScanners/BwAuthority/bwauthority_child.py +++ b/NetworkScanners/BwAuthority/bwauthority_child.py @@ -65,8 +65,7 @@ __selmgr = PathSupport.SelectionManager( use_exit=None, use_guards=False, exit_ports=[443], - order_by_ratio=True, # XXX: may be a poor idea for PID control? - use_unmeasured=True) + order_by_ratio=True) # XXX: may be a poor idea for PID control?
# exit code to indicate scan completion # make sure to update this in bwauthority.py as well
tor-commits@lists.torproject.org