summaryrefslogtreecommitdiff
path: root/changes/bufferevent-support
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bufferevent-support')
-rw-r--r--changes/bufferevent-support3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bufferevent-support b/changes/bufferevent-support
index 22ee50ebff..e39c36f13b 100644
--- a/changes/bufferevent-support
+++ b/changes/bufferevent-support
@@ -6,4 +6,7 @@
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.