Files
tor/changes/bug21302
T
David Goulet eea763400f hs: Remove intro point expiring node if no circuit
Once a second, we go over all services and consider the validity of the intro
points. Now, also try to remove expiring nodes that have no more circuit
associated to them. This is possible if we moved an intro point object
previously to that list and the circuit actually timed out or was closed by
the introduction point itself.

Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-02-03 09:54:07 -05:00

9 lines
494 B
Plaintext

o Minor bugfixes (hidden service):
- Two possible underflow which would ultimately lead to creating a lot of
introduction points circuits and closing them in a non stop loop. Fixes
bug 21302; bugfix on tor-0.2.7.2-alpha.
- Cleanup expiring intro point nodes if no circuit is associated to it
anymore. It was causing, rarely, the service to not open enough
introduction points circuit in the case we had dead expiring nodes.;
bugfix on tor-0.2.7.2-alpha.