parameterize bw cutoffs to guarantee Fast and Guard flags

Now it will be easier for researchers to simulate Tor networks with
different values. Resolves ticket 4484.
This commit is contained in:
Roger Dingledine
2011-11-16 20:55:33 -05:00
parent f4e053d6df
commit c0ec4eafc5
4 changed files with 36 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
o Minor features:
- Add two new config options for directory authorities:
AuthDirFastGuarantee sets a bandwidth threshold for guaranteeing the
Fast flag, and AuthDirGuardBWGuarantee sets a bandwidth threshold
that is always sufficient to satisfy the bandwidth requirement for
the Guard flag. Now it will be easier for researchers to simulate
Tor networks with different values. Resolves ticket 4484.