mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
It also no longer distinguishes the case of internal-only paths, which was often wrong anyway. Closes ticket 27402.
10 lines
509 B
Text
10 lines
509 B
Text
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.
|