aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-09 12:05:14 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-09 12:05:14 -0400
commit327efe9190b2aaf863cfd4a7d8aebfacc58cfd9c (patch)
tree53e540d72fdd4cd7d714a8b8e34db3146aed4415 /changes
parent57c61f39a0bf0b2e40f58719893a798189f6634f (diff)
parent5fa280f7adaaf9796b93f32327f10d18359e1f95 (diff)
downloadtor-327efe9190b2aaf863cfd4a7d8aebfacc58cfd9c.tar.gz
tor-327efe9190b2aaf863cfd4a7d8aebfacc58cfd9c.zip
Merge branch 'bug4862_027_04_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug48628
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug4862 b/changes/bug4862
new file mode 100644
index 0000000000..e636395be3
--- /dev/null
+++ b/changes/bug4862
@@ -0,0 +1,8 @@
+ o Major feature (Hidden Service):
+ - Remove the introduction point adaptative algorithm which is leaking
+ popularity by changing the amount of introduction points depending on
+ the amount of traffic the HS sees. With this, we stick to only 3
+ introduction points.
+ - Add the torrc option HiddenServiceNumIntroductionPoints for an
+ operatory to specify a fix amount of introduction points. Maximum
+ value is 10 and default is 3.