From 5ee5103f63324d7cf5f4ff8bd0fc822f1d6507d2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 May 2011 21:33:10 -0400 Subject: Initial draft changelog for 0.2.3.1-alpha --- changes/bufferevent-support | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 changes/bufferevent-support (limited to 'changes/bufferevent-support') 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. - -- cgit v1.2.3-54-g00ecf