Merge branch 'dgoulet/bug21302_030_01_squashed'

This commit is contained in:
Nick Mathewson
2017-02-03 09:54:24 -05:00
2 changed files with 43 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
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.