summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-20 10:38:00 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-20 14:14:21 -0400
commit6e923ed8cdbdcf45902cb64dd921d63dea310d1d (patch)
tree2f7637d581eb2633547389eb43d3a467ca588074 /changes
parent9b0d3719ae3d1e9416cffcce1267fdacfcf765e9 (diff)
downloadtor-6e923ed8cdbdcf45902cb64dd921d63dea310d1d.tar.gz
tor-6e923ed8cdbdcf45902cb64dd921d63dea310d1d.zip
Add an OptimisticData option to control client-side optimistic data
Diffstat (limited to 'changes')
-rw-r--r--changes/optimistic-client6
1 files changed, 4 insertions, 2 deletions
diff --git a/changes/optimistic-client b/changes/optimistic-client
index 88afb9ad56..9a21a41604 100644
--- a/changes/optimistic-client
+++ b/changes/optimistic-client
@@ -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.