diff options
author | Roger Dingledine <arma@torproject.org> | 2014-09-21 20:02:12 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-09-21 20:02:12 -0400 |
commit | 09183dc3150000007ccc7b8fecd3b5b762a5b698 (patch) | |
tree | 85668847232a6fd247e1347b553a3b353e9eefdd /changes | |
parent | 530fac10aaef5e38327c8704d657a2e67987f102 (diff) | |
download | tor-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/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. |