Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
torflow
Commits
238f6166
Commit
238f6166
authored
May 26, 2015
by
Mike Perry
Browse files
Turn on code to add exits if few are present in a slice.
parent
4f272b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
NetworkScanners/BwAuthority/bwauthority_child.py
View file @
238f6166
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment