From: Nick Mathewson Date: Wed, 20 Jul 2011 14:44:28 +0000 (-0400) Subject: Add changes file for optimistic client behavior X-Git-Tag: tor-0.2.3.3-alpha~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0118d98b1342b5e135b5a25f2809af627b8602f9;p=thirdparty%2Ftor.git Add changes file for optimistic client behavior --- 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.