diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-14 18:20:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-14 18:25:20 -0400 |
commit | 6a97450cbd764998756386c9e84fa7b887400e74 (patch) | |
tree | 19346a43871bcc5328990517e1cc42acb799efd3 /changes | |
parent | fe9de9231acdd50dcaac5c7908ea9d29f2b21b48 (diff) | |
download | tor-6a97450cbd764998756386c9e84fa7b887400e74.tar.gz tor-6a97450cbd764998756386c9e84fa7b887400e74.zip |
Add changes file for server-side optimistic data patch
Diffstat (limited to 'changes')
-rw-r--r-- | changes/prop174_server | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/prop174_server b/changes/prop174_server new file mode 100644 index 0000000000..a2fb39fade --- /dev/null +++ b/changes/prop174_server @@ -0,0 +1,6 @@ + o Features: + - Servers now accept and queue data on not-yet-connected + streams. Previously, such data wasn't allowed. This forced + clients to wait for a CONNECTED cell before sending their + data, thus adding a round trip to stream setup. (Patch from + Ian Goldberg; implements the server side of Proposal 174.) |