diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-27 16:48:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-27 16:48:25 -0400 |
commit | 5c83c06c985d314f31c72d3fb5a29c1c2f396f66 (patch) | |
tree | 443c2453c074d0309b5137b4b610af72a94ee0dd /changes | |
parent | 501399d14ac2e2566592946f8d73f26c34ae9150 (diff) | |
parent | 6950749c0afae7b7c1b6f9a311275d0ae86bbeb5 (diff) | |
download | tor-5c83c06c985d314f31c72d3fb5a29c1c2f396f66.tar.gz tor-5c83c06c985d314f31c72d3fb5a29c1c2f396f66.zip |
Merge branch 'bufferevent5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bufferevent-support | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bufferevent-support b/changes/bufferevent-support new file mode 100644 index 0000000000..22ee50ebff --- /dev/null +++ b/changes/bufferevent-support @@ -0,0 +1,9 @@ + 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. + |