diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-20 10:44:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-20 10:44:28 -0400 |
commit | 0118d98b1342b5e135b5a25f2809af627b8602f9 (patch) | |
tree | 827a8421cf4d592004d8864b4b59739e94020d56 | |
parent | eaa1c05397c1a6cf2f58b7c41e388311d5aa8ffb (diff) | |
download | tor-0118d98b1342b5e135b5a25f2809af627b8602f9.tar.gz tor-0118d98b1342b5e135b5a25f2809af627b8602f9.zip |
Add changes file for optimistic client behavior
-rw-r--r-- | changes/optimistic-client | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/optimistic-client b/changes/optimistic-client new file mode 100644 index 0000000000..88afb9ad56 --- /dev/null +++ b/changes/optimistic-client @@ -0,0 +1,7 @@ + o Major features: + - When using an exit nodes running 0.2.3.1-alpha and later, + 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. |