summaryrefslogtreecommitdiff
path: root/changes/bug13823-decrease-consensus-interval
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-30 09:53:13 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-30 09:53:13 -0500
commit03e9aa094185e55e120f2fffa01da62b5a7b44df (patch)
tree3c5847a8b4839645e26426ad0db037c05aa24c42 /changes/bug13823-decrease-consensus-interval
parentb32e10253cb3698245aab632b43e98165f09c186 (diff)
downloadtor-03e9aa094185e55e120f2fffa01da62b5a7b44df.tar.gz
tor-03e9aa094185e55e120f2fffa01da62b5a7b44df.zip
Fold more things into the 0.2.6.2-alpha changelog
Diffstat (limited to 'changes/bug13823-decrease-consensus-interval')
-rw-r--r--changes/bug13823-decrease-consensus-interval9
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug13823-decrease-consensus-interval b/changes/bug13823-decrease-consensus-interval
deleted file mode 100644
index cc0e6c7c61..0000000000
--- a/changes/bug13823-decrease-consensus-interval
+++ /dev/null
@@ -1,9 +0,0 @@
- o Minor bugfixes (Testing networks):
- - Decrease minimum consensus interval to 10 seconds
- when TestingTorNetwork is set, or 5 seconds for
- the first consensus.
- Fix assumptions throughout the code that assume larger interval values.
- This assists in quickly bootstrapping a testing
- Tor network.
- Fixes bugs 13718 and 13823; bugfix on 0.2.0.3-alpha.
- Patch by "teor".