diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-29 11:11:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-29 11:11:12 -0400 |
commit | 209bfe715cc8c1c59b2578c406749a0d4a5bd8cb (patch) | |
tree | dabccdc33a4b1823e2bf961ee196f916b7fc4af1 /changes | |
parent | be0127ff09104b002756f47a6ba72277bb2f76d4 (diff) | |
parent | 6307a759ed5ce48f31a5c36b08f2563cbb226389 (diff) | |
download | tor-209bfe715cc8c1c59b2578c406749a0d4a5bd8cb.tar.gz tor-209bfe715cc8c1c59b2578c406749a0d4a5bd8cb.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22159 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug22159 b/changes/bug22159 new file mode 100644 index 0000000000..c319c7e322 --- /dev/null +++ b/changes/bug22159 @@ -0,0 +1,7 @@ + o Minor bugfixes (hidden service): + - A service is allowed to open a maximum number of circuits for a specific + period of time. That value was lower than it should be (8 vs 12) in the + normal case of 3 introduction points. Fixes bug 22159.; bugfix on + tor-0.3.0.5-rc. + - Rate limit the log if we ever go above the maximum number of allowed + intro circuits. Fixes bug 22159.; bugfix on tor-0.3.1.1-alpha. |