diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-05-11 15:48:04 -0400 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2015-06-29 11:12:31 -0400 |
commit | adc04580f860b5e8cfd6d49c83fdf73764a4f8cc (patch) | |
tree | 910cb2f19af5b0e2886d01447d752f9bdd14783f /changes | |
parent | 8dcbdf58a7fe3b1865b78387126cfe74dd0f0602 (diff) | |
download | tor-adc04580f860b5e8cfd6d49c83fdf73764a4f8cc.tar.gz tor-adc04580f860b5e8cfd6d49c83fdf73764a4f8cc.zip |
Add the torrc option HiddenServiceNumIntroductionPoints
This is a way to specify the amount of introduction points an hidden service
can have. Maximum value is 10 and the default is 3.
Fixes #4862
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4862 | 8 |
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. |