Merge remote-tracking branch 'rl1987/ticket21349_4'

This commit is contained in:
Nick Mathewson
2018-07-30 08:49:49 -04:00
4 changed files with 257 additions and 105 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Split sampled_guards_update_from_consensus() and
select_entry_guard_for_circuit() into subfunctions.
In entry_guards_update_primary() unite
three smartlist enumerations into one and move smartlist
comparison code out of the function. Closes ticket 21349.