summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-16 14:23:56 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-17 10:40:00 -0500
commit1efb84215e827e4fe887ea633eb39f06db285786 (patch)
treec800c77817faf8f27e83087ac2ea5b3dcaa828b8 /changes
parent9464da210d3214fc094f5fc3b2c229470dbea59c (diff)
downloadtor-1efb84215e827e4fe887ea633eb39f06db285786.tar.gz
tor-1efb84215e827e4fe887ea633eb39f06db285786.zip
Improve Windows performance with SIO_IDEAL_SEND_BACKLOG_QUERY.
Patch written by "Vort" on trac. Addresses ticket 22798.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug227984
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.