aboutsummaryrefslogtreecommitdiff
path: root/changes/bug18815
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-18 13:55:23 -0400
committerNick Mathewson <nickm@torproject.org>2016-04-18 13:55:23 -0400
commit4f37919fa1fd66daf2913203af3f51be60771fcb (patch)
treedc7230ca197b59785903d06ac679e54a58cad5e4 /changes/bug18815
parent12e26a6e7691d1c7dddfe07c8a72ffac6d586707 (diff)
downloadtor-4f37919fa1fd66daf2913203af3f51be60771fcb.tar.gz
tor-4f37919fa1fd66daf2913203af3f51be60771fcb.zip
Change UseOptimisticData default to 1.
This lets us use optimistic data for downloading our initial consensus. Closes ticket 18815.
Diffstat (limited to 'changes/bug18815')
-rw-r--r--changes/bug188153
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18815 b/changes/bug18815
new file mode 100644
index 0000000000..cb504b2a8e
--- /dev/null
+++ b/changes/bug18815
@@ -0,0 +1,3 @@
+ o Minor features (performance):
+ - When fetching a consensus for the first time, use optimistic data.
+ This saves a round-trip during startup. Closes ticket 18815.