diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-20 13:34:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-20 13:34:57 -0400 |
commit | a660fe6fd51cd511cdc610e4a50f06d59cbf74aa (patch) | |
tree | 24151e9895db0e480580a00d5f3a1c1b7314a7ed /changes | |
parent | 90d2162f32f511f23449211ad900a880fd384afb (diff) | |
download | tor-a660fe6fd51cd511cdc610e4a50f06d59cbf74aa.tar.gz tor-a660fe6fd51cd511cdc610e4a50f06d59cbf74aa.zip |
Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAG
This adds a new option to fix bug 8508 which broke chutney
networks. The bug was introduced by 317d16de.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8408 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8408 b/changes/bug8408 new file mode 100644 index 0000000000..ae9cf172e1 --- /dev/null +++ b/changes/bug8408 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Allow TestingTorNetworks to override the 4096-byte minimum for the Fast + threshold. Otherwise they can't bootstrap until they've observed more + traffic. Fixes bug 8508; bugfix on 0.2.4.10-alpha. |