bufferevent-support 721 B

123456789101112
  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.
  9. - As an experimental feature, when using the "bufferevents" buffered
  10. IO backend, Tor can try to use Windows's IOCP networking API. This
  11. is off by default. To turn it on, add "DisableIOCP 0" to your torrc.