mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Bug #23100: Count all 3 hop circuits for CBT.
This change causes us to count anything once it reaches 3 hops (but not after).
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user