mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
For now, never disable any guards.
This commit is contained in:
parent
8d59690033
commit
61a5730392
@ -2589,7 +2589,8 @@ pathbias_get_notice_rate(const or_options_t *options)
|
|||||||
static double
|
static double
|
||||||
pathbias_get_disable_rate(const or_options_t *options)
|
pathbias_get_disable_rate(const or_options_t *options)
|
||||||
{
|
{
|
||||||
#define DFLT_PATH_BIAS_DISABLE_PCT 50
|
// XXX: This needs tuning based on use + experimentation before we set it
|
||||||
|
#define DFLT_PATH_BIAS_DISABLE_PCT 0
|
||||||
if (options->PathBiasDisableRate >= 0.0)
|
if (options->PathBiasDisableRate >= 0.0)
|
||||||
return options->PathBiasDisableRate;
|
return options->PathBiasDisableRate;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user