From 118e1cf00db2727dd5bf2d95985c8a21cd737272 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 16 Mar 2007 08:25:08 +0000 Subject: [PATCH] added alerts for reporting nat-pmp status --- docs/features.html | 1 + docs/manual.html | 99 ++++++++++++++++++++---------- docs/manual.rst | 37 +++++++++++ include/libtorrent/alert_types.hpp | 20 ++++++ src/session_impl.cpp | 21 ++++++- 5 files changed, 143 insertions(+), 35 deletions(-) diff --git a/docs/features.html b/docs/features.html index 611c02dfd..c866c14dd 100644 --- a/docs/features.html +++ b/docs/features.html @@ -50,6 +50,7 @@ following features:

  • trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
  • support for IPv6
  • +
  • NAT-PMP support (automatic port mapping on routers that supports it)
  • piece-wise, unordered, incremental file allocation
  • uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. There's no way for the diff --git a/docs/manual.html b/docs/manual.html index 6eea15260..e0a5bc92e 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -120,48 +120,50 @@
  • alerts