on - default, uses pool allocators for send
-buffers.
-
off - uses malloc() and free()
+
pool - default, uses pool allocators for
+send buffers.
+
system - uses malloc() and free()
instead. Might be useful to debug buffer issues
with tools like electric fence or libgmalloc.
+
debug - instruments buffer usage to catch
+bugs in libtorrent.
@@ -741,6 +743,11 @@ If this is not defined, either
TORRENT_USE_OPENSSL or
TORRENT_USE_GCRYPT must be defined.
+
TORRENT_DISABLE_EXTENSIONS
+
When defined, libtorrent plugin support is
+disabled along with support for the extension
+handskake (BEP 10).
+
_UNICODE
On windows, this will cause the file IO
use wide character API, to properly support
diff --git a/docs/todo.html b/docs/todo.html
index ba3453c71..b973ac99c 100644
--- a/docs/todo.html
+++ b/docs/todo.html
@@ -1354,7 +1354,7 @@ use allocate_disk_receive_buffer and release_disk_receive_buffer