mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Don't reduce the weight of exits selected as fallback directories
When selecting exits as fallback directories, don't reduce their weights. Closes ticket #17888.
This commit is contained in:
parent
16840e52e5
commit
bc2bed8979
6
changes/bug17888
Normal file
6
changes/bug17888
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
o Minor fixes (fallback directories):
|
||||||
|
- When selecting exits as fallback directories, don't reduce
|
||||||
|
their weights. (Several operators report having exits with
|
||||||
|
spare capacity.)
|
||||||
|
Closes ticket #17888. Patch by "teor". Not in any released
|
||||||
|
version of tor.
|
@ -98,7 +98,7 @@ MIN_FALLBACK_COUNT = 100
|
|||||||
## Fallback Weight Settings
|
## Fallback Weight Settings
|
||||||
|
|
||||||
# Any fallback with the Exit flag has its weight multipled by this fraction
|
# Any fallback with the Exit flag has its weight multipled by this fraction
|
||||||
EXIT_WEIGHT_FRACTION = 0.2
|
EXIT_WEIGHT_FRACTION = 1.0
|
||||||
|
|
||||||
# If True, emit a C #error if we can't satisfy various constraints
|
# If True, emit a C #error if we can't satisfy various constraints
|
||||||
# If False, emit a C comment instead
|
# If False, emit a C comment instead
|
||||||
|
Loading…
Reference in New Issue
Block a user