[tor-commits] [tor/master] Add changes file for optimistic client behavior

nickm at torproject.org nickm at torproject.org
Wed Jul 20 14:58:18 UTC 2011


commit 0118d98b1342b5e135b5a25f2809af627b8602f9
Author: Nick Mathewson <nickm at 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.



More information about the tor-commits mailing list