tor/changes/bug22798
Nick Mathewson 1efb84215e Improve Windows performance with SIO_IDEAL_SEND_BACKLOG_QUERY.
Patch written by "Vort" on trac. Addresses ticket 22798.
2018-01-17 10:40:00 -05:00

5 lines
252 B
Plaintext

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.