tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit fc33caadaebdb06d39068f4492431902c93ee8a7
parent 5c4da2cacd308e63293a67a4e595044d24dd56a6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 20 Dec 2017 09:59:06 -0500

Merge remote-tracking branch 'dgoulet/ticket24425_032_01' into maint-0.3.2

Diffstat:
Achanges/ticket24425 | 4++++
Msrc/or/hs_common.h | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changes/ticket24425 b/changes/ticket24425 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden service v3): + - Bump hsdir_spread_store parameter from 3 to 4 in order to increase the + probability of reaching a service for a client missing microdescriptors. + Fixes bug 24425; bugfix on 0.3.2.1-alpha. diff --git a/src/or/hs_common.h b/src/or/hs_common.h @@ -114,7 +114,7 @@ /* Default value of number of hsdir replicas (hsdir_n_replicas). */ #define HS_DEFAULT_HSDIR_N_REPLICAS 2 /* Default value of hsdir spread store (hsdir_spread_store). */ -#define HS_DEFAULT_HSDIR_SPREAD_STORE 3 +#define HS_DEFAULT_HSDIR_SPREAD_STORE 4 /* Default value of hsdir spread fetch (hsdir_spread_fetch). */ #define HS_DEFAULT_HSDIR_SPREAD_FETCH 3