mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Lower the default path bias notice rate to 40%.
I saw 72% on a test run with 26 circuits. 70% might be a little close to the line. That, or min_circs is too low and we need to be more patient. We still need to test/simulate more.
This commit is contained in:
parent
61a5730392
commit
daedae4115
@ -2578,7 +2578,7 @@ pathbias_get_min_circs(const or_options_t *options)
|
||||
static double
|
||||
pathbias_get_notice_rate(const or_options_t *options)
|
||||
{
|
||||
#define DFLT_PATH_BIAS_NOTICE_PCT 70
|
||||
#define DFLT_PATH_BIAS_NOTICE_PCT 40
|
||||
if (options->PathBiasNoticeRate >= 0.0)
|
||||
return options->PathBiasNoticeRate;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user