optimistic-client 544 B

123456789
  1. o Major features:
  2. - When using an exit nodes running 0.2.3.1-alpha and later,
  3. clients can now "optimistically" send data on a stream before
  4. the exit node reports that the stream has opened. This can save
  5. a round trip when starting connections with protocols where the
  6. client speaks first. This behavior is controlled by a (currently
  7. disabled) networkstatus consensus parameter. To turn it on or
  8. off manually, use the "OptimisticData" torrc option. Implements
  9. proposal 181; code by Ian Goldberg.