瀏覽代碼

Add changes file for optimistic client behavior

Nick Mathewson 14 年之前
父節點
當前提交
0118d98b13
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      changes/optimistic-client

+ 7 - 0
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.