Files
tor/src
teor 6b5c70670b Simplify some conditionals in circuit_get_open_circ_or_launch()
When entry_list_is_constrained() is true, guards_retry_optimistic()
always returns true.

When entry_list_is_constrained() is false,
options->UseBridges is always false,
therefore !options->UseBridges is always true,
therefore (!options->UseBridges || ...) is always true.

Cleanup after #24367.
2017-12-12 19:17:25 -05:00
..
2017-09-17 20:42:28 -04:00
2017-04-25 18:02:19 +02:00
2017-11-08 16:44:53 -05:00
2017-04-29 08:55:57 +02:00