commit 0118d98b1342b5e135b5a25f2809af627b8602f9 Author: Nick Mathewson nickm@torproject.org Date: Wed Jul 20 10:44:28 2011 -0400
Add changes file for optimistic client behavior --- 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 0000000..88afb9a --- /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.
tor-commits@lists.torproject.org