aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8408
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-20 13:34:57 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-20 13:34:57 -0400
commita660fe6fd51cd511cdc610e4a50f06d59cbf74aa (patch)
tree24151e9895db0e480580a00d5f3a1c1b7314a7ed /changes/bug8408
parent90d2162f32f511f23449211ad900a880fd384afb (diff)
downloadtor-a660fe6fd51cd511cdc610e4a50f06d59cbf74aa.tar
tor-a660fe6fd51cd511cdc610e4a50f06d59cbf74aa.tar.gz
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/bug8408')
-rw-r--r--changes/bug84084
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8408 b/changes/bug8408
new file mode 100644
index 000000000..ae9cf172e
--- /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.