commit 238f61666b31be5095d614f5c7ae9c77dc3c5486 Author: Mike Perry mikeperry-git@torproject.org Date: Tue May 26 15:18:11 2015 -0700
Turn on code to add exits if few are present in a slice. --- NetworkScanners/BwAuthority/bwauthority_child.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/NetworkScanners/BwAuthority/bwauthority_child.py b/NetworkScanners/BwAuthority/bwauthority_child.py index 4bac13a..4b4ac6f 100755 --- a/NetworkScanners/BwAuthority/bwauthority_child.py +++ b/NetworkScanners/BwAuthority/bwauthority_child.py @@ -65,7 +65,8 @@ __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? + order_by_ratio=True, # XXX: may be a poor idea for PID control? + min_exits=10)
# exit code to indicate scan completion # make sure to update this in bwauthority.py as well