diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-24 22:59:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-24 22:59:37 -0500 |
commit | f634228a073965195c4088b66c1d5c4799c6eed2 (patch) | |
tree | 3113bac14b861247cc900851104ef8c246292477 /changes | |
parent | 11221d0f17bf3ea6039249ad8b06b3a1afd6291d (diff) | |
parent | 6e6a6612966d7ea9ad3d89bb5073ef400539b2a7 (diff) | |
download | tor-f634228a073965195c4088b66c1d5c4799c6eed2.tar.gz tor-f634228a073965195c4088b66c1d5c4799c6eed2.zip |
Merge remote-tracking branch 'public/feature4516'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/UserspaceIOCPBuffers | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/UserspaceIOCPBuffers b/changes/UserspaceIOCPBuffers new file mode 100644 index 0000000000..7115b5fe55 --- /dev/null +++ b/changes/UserspaceIOCPBuffers @@ -0,0 +1,7 @@ + o Minor features: + - Experimental support for running on Windows with IOCP and no + kernel-space socket buffers. This feature is controlled by a new + UserspaceIOCPBuffers feature (off by default), which has no + effect unless Tor has been built with support for bufferevents, + is running on Windows, and has enabled IOCP. This may, in the + long run, help solve or mitigate bug 98. |