mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
7 lines
437 B
Text
7 lines
437 B
Text
o Minor bugfixes (Performance):
|
|
- Use hidden service circuits (and other circuits longer than 3 hops)
|
|
to calculate a circuit build timeout. Previously, Tor only calculated
|
|
its build timeout based on circuits that planned to be exactly 3 hops
|
|
long. With this change, we include measurements from all circuits at
|
|
the point where they complete their third hop. Fixes bug 23100;
|
|
bugfix on 0.2.2.2-alpha.
|