bufferevent-support 501 B

123456789
  1. o Major features
  2. - Tor can now optionally build with the "bufferevents" buffered IO
  3. backend provided by Libevent, when building with Libevent 2.0.7-rc
  4. or later. To use this feature, make sure you have the latest possible
  5. version of Libevent, and run autoconf with the --enable-bufferevents
  6. flag. Using this feature will make our networking code more flexible,
  7. lets us stack layers on each other, and let us use more efficient
  8. zero-copy transports where available.