tor/changes/bug4607
Robert Ransom 627c37ad6a Don't reset intro-point creation rate-limiting timer
Previously, we would reset it at the drop of a hat -- every time a second
passes without any of the intro-point circs already launched for the
service failing.

Fixes bug 4607.
2012-04-20 17:23:31 -04:00

10 lines
354 B
Plaintext

o Minor bugfixes:
- Don't launch more than 10 (service-side) introduction-point
circuits for a hidden service in five minutes. Previously, we
would consider launching more introduction-point circuits if at
least one second had passed without any introduction-point
circuits failing. Fixes bug 4607; bugfix on 0.0.7rc1.