diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-20 10:38:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-20 14:14:21 -0400 |
commit | 6e923ed8cdbdcf45902cb64dd921d63dea310d1d (patch) | |
tree | 2f7637d581eb2633547389eb43d3a467ca588074 /doc | |
parent | 9b0d3719ae3d1e9416cffcce1267fdacfcf765e9 (diff) | |
download | tor-6e923ed8cdbdcf45902cb64dd921d63dea310d1d.tar tor-6e923ed8cdbdcf45902cb64dd921d63dea310d1d.tar.gz |
Add an OptimisticData option to control client-side optimistic data
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 821098b56..6dc3b28bd 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -930,6 +930,16 @@ The following options are useful only for clients (that is, if that have the **AllowSingleHopExits** option turned on to build one-hop Tor connections. (Default: 0) +**OptimisticData** **0**|**1**|**auto**:: + When this option is set, and Tor is using an exit node that supports + the feature, it will try optimistically to send data to the exit node + without waiting for the exit node to report whether the connection + succeeded. This can save a round-trip time for protocols like HTTP + where the client talks first. If OptimisticData is set to **auto**, + Tor will look at the UseOptimisticData parameter in the networkstatus. + (Default: auto) + + SERVER OPTIONS -------------- |