diff options
author | Roger Dingledine <arma@torproject.org> | 2011-11-16 20:55:33 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-11-21 18:22:10 -0500 |
commit | c0ec4eafc54d84089536caf51b1367e8d9ddacef (patch) | |
tree | 2b487a5b8ba33bb66e0b9ded5561e47028ed70db /changes/feature4484 | |
parent | f4e053d6dff0b868449a8c225c2062b42083733f (diff) | |
download | tor-c0ec4eafc54d84089536caf51b1367e8d9ddacef.tar.gz tor-c0ec4eafc54d84089536caf51b1367e8d9ddacef.zip |
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.
Diffstat (limited to 'changes/feature4484')
-rw-r--r-- | changes/feature4484 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/feature4484 b/changes/feature4484 new file mode 100644 index 0000000000..78154e9649 --- /dev/null +++ b/changes/feature4484 @@ -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. + |