From adc04580f860b5e8cfd6d49c83fdf73764a4f8cc Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 11 May 2015 15:48:04 -0400 Subject: 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 --- changes/bug4862 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/bug4862 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf