mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7685f8ad35
It also no longer distinguishes the case of internal-only paths, which was often wrong anyway. Closes ticket 27402.
11 lines
509 B
Plaintext
11 lines
509 B
Plaintext
o Minor feature (bootstrap):
|
|
- When reporting bootstrap progress, stop distinguishing between
|
|
situations where it seems that only internal paths are available
|
|
and situations where it seems that external paths are available.
|
|
Previously, tor would often erroneously report that it had only
|
|
internal paths. Closes ticket 27402.
|
|
|
|
o Code simplification and refactoring:
|
|
- Split out bootstrap progress reporting from control.c into a
|
|
separate file. Part of ticket 27402.
|