summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-09-21 20:02:12 -0400
committerRoger Dingledine <arma@torproject.org>2014-09-21 20:02:12 -0400
commit09183dc3150000007ccc7b8fecd3b5b762a5b698 (patch)
tree85668847232a6fd247e1347b553a3b353e9eefdd /changes
parent530fac10aaef5e38327c8704d657a2e67987f102 (diff)
downloadtor-09183dc3150000007ccc7b8fecd3b5b762a5b698.tar.gz
tor-09183dc3150000007ccc7b8fecd3b5b762a5b698.zip
clients use optimistic data when reaching hidden services
Allow clients to use optimistic data when connecting to a hidden service, which should cut out the initial round-trip for client-side programs including Tor Browser. (Now that Tor 0.2.2.x is obsolete, all hidden services should support server-side optimistic data.) See proposal 181 for details. Implements ticket 13211.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature132116
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature13211 b/changes/feature13211
new file mode 100644
index 0000000000..dcb01966c8
--- /dev/null
+++ b/changes/feature13211
@@ -0,0 +1,6 @@
+ o Major features (performance):
+ - Allow clients to use optimistic data when connecting to a hidden
+ service, which should cut out the initial round-trip for client-side
+ programs including Tor Browser. (Now that Tor 0.2.2.x is obsolete,
+ all hidden services should support server-side optimistic
+ data.) See proposal 181 for details. Implements ticket 13211.