]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for optimistic client behavior
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Jul 2011 14:44:28 +0000 (10:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Jul 2011 14:44:28 +0000 (10:44 -0400)
changes/optimistic-client [new file with mode: 0644]

diff --git a/changes/optimistic-client b/changes/optimistic-client
new file mode 100644 (file)
index 0000000..88afb9a
--- /dev/null
@@ -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.