mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ed89588c4f
This changes the purpose of circuits that are past the timeout to measurement *as they are built*, ensuring accurate application of the timeout logic.
7 lines
366 B
Plaintext
7 lines
366 B
Plaintext
o Minor bugfixes (Performance):
|
|
- Consider circuits for timeout as soon as they complete a hop. This
|
|
is more accurate than applying the timeout in circuit_expire_building()
|
|
because that function is only called once per second, which is now
|
|
too slow for typical timeouts on the current network. Fixes bug 23114;
|
|
bugfix on 0.2.2.2-alpha.
|