[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [torflow/master] Update bwauth child to use new ratio slicing.



commit a3fdd013eedb3c8beb6bfb4dbffc09b80fb68c43
Author: Mike Perry <mikeperry-git@xxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits