diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-03 21:33:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-03 21:33:10 -0400 |
commit | 5ee5103f63324d7cf5f4ff8bd0fc822f1d6507d2 (patch) | |
tree | 8e19a0ccc5363f0bb7c2498d4e94c9c2324ce4cb /changes/bufferevent-support | |
parent | 993536e78e07a36a97b37cfd22f8d109dfa80e4c (diff) | |
download | tor-5ee5103f63324d7cf5f4ff8bd0fc822f1d6507d2.tar.gz tor-5ee5103f63324d7cf5f4ff8bd0fc822f1d6507d2.zip |
Initial draft changelog for 0.2.3.1-alpha
Diffstat (limited to 'changes/bufferevent-support')
-rw-r--r-- | changes/bufferevent-support | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/changes/bufferevent-support b/changes/bufferevent-support deleted file mode 100644 index e39c36f13b..0000000000 --- a/changes/bufferevent-support +++ /dev/null @@ -1,12 +0,0 @@ - o Major features - - Tor can now optionally build with the "bufferevents" buffered IO - backend provided by Libevent, when building with Libevent 2.0.7-rc - or later. To use this feature, make sure you have the latest possible - version of Libevent, and run autoconf with the --enable-bufferevents - flag. Using this feature will make our networking code more flexible, - lets us stack layers on each other, and let us use more efficient - zero-copy transports where available. - - As an experimental feature, when using the "bufferevents" buffered - IO backend, Tor can try to use Windows's IOCP networking API. This - is off by default. To turn it on, add "DisableIOCP 0" to your torrc. - |