Add an OptimisticData option to control client-side optimistic data

This commit is contained in:
Nick Mathewson
2011-07-20 10:38:00 -04:00
parent 9b0d3719ae
commit 6e923ed8cd
5 changed files with 35 additions and 3 deletions
+4 -2
View File
@@ -3,5 +3,7 @@
clients can now "optimistically" send data on a stream before
the exit node reports that the stream has opened. This can save
a round trip when starting connections with protocols where the
client speaks first. Implements proposal 181; code by Ian
Goldberg.
client speaks first. This behavior is controlled by a (currently
disabled) networkstatus consensus parameter. To turn it on or
off manually, use the "OptimisticData" torrc option. Implements
proposal 181; code by Ian Goldberg.