diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-22 10:49:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-22 10:49:10 -0400 |
commit | 6c6ea8c4251d38386043f26c65a7ab434b2f150a (patch) | |
tree | 53e987b46024cbe691fefd90089c4c82f530b172 /changes | |
parent | d3382297fea0317880acb2c9d7d323be5027ff41 (diff) | |
parent | 09183dc3150000007ccc7b8fecd3b5b762a5b698 (diff) | |
download | tor-6c6ea8c4251d38386043f26c65a7ab434b2f150a.tar.gz tor-6c6ea8c4251d38386043f26c65a7ab434b2f150a.zip |
Merge remote-tracking branch 'arma/feature13211'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature13211 | 6 |
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. |