diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-17 13:26:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-17 13:26:41 -0500 |
commit | 77026f8a87064efc926f0be1e65c922f5e4ea238 (patch) | |
tree | 9572ce79eadb484a8ab0677197d3ae7764a9328f /changes | |
parent | 959af2024789c32a3daa74360a173fb16cf092fd (diff) | |
parent | 57eab23ea57620b6d4139f684a74cb85188c12fb (diff) | |
download | tor-77026f8a87064efc926f0be1e65c922f5e4ea238.tar.gz tor-77026f8a87064efc926f0be1e65c922f5e4ea238.zip |
Merge branch 'bug22798_029_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22798 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22798 b/changes/bug22798 new file mode 100644 index 0000000000..86af6c9345 --- /dev/null +++ b/changes/bug22798 @@ -0,0 +1,4 @@ + o Minor features (windows, performance): + - Improve performance on Windows Vista and Windows 7 by adjusting TCP send + window size according to the recommendation from + SIO_IDEAL_SEND_BACKLOG_QUERY. Closes ticket 22798. Patch from Vort. |