commit a3fdd013eedb3c8beb6bfb4dbffc09b80fb68c43 Author: Mike Perry mikeperry-git@fscked.org Date: Fri Jun 24 13:30:44 2011 -0700
Update bwauth child to use new ratio slicing. --- NetworkScanners/BwAuthority/bwauthority_child.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/NetworkScanners/BwAuthority/bwauthority_child.py b/NetworkScanners/BwAuthority/bwauthority_child.py index c342f2e..f842843 100755 --- a/NetworkScanners/BwAuthority/bwauthority_child.py +++ b/NetworkScanners/BwAuthority/bwauthority_child.py @@ -73,7 +73,8 @@ __selmgr = PathSupport.SelectionManager( uniform=True, use_exit=None, use_guards=False, - exit_ports=[443]) + exit_ports=[443], + order_by_ratio=True)
# exit code to indicate scan completion # make sure to update this in bwauthority.py as well
tor-commits@lists.torproject.org