mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add an OptimisticData option to control client-side optimistic data
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user