]> git.ipfire.org Git - thirdparty/tor.git/commit
clients use optimistic data when reaching hidden services
authorRoger Dingledine <arma@torproject.org>
Mon, 22 Sep 2014 00:02:12 +0000 (20:02 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 22 Sep 2014 00:02:12 +0000 (20:02 -0400)
commit09183dc3150000007ccc7b8fecd3b5b762a5b698
tree85668847232a6fd247e1347b553a3b353e9eefdd
parent530fac10aaef5e38327c8704d657a2e67987f102
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.
changes/feature13211 [new file with mode: 0644]
src/or/circuituse.c
src/or/connection_edge.c