diff --git a/docs/manual.html b/docs/manual.html index 4a277a6aa..fc4c753bc 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -51,155 +51,158 @@
Once it's created, the session object will spawn the main thread that will do all the work. @@ -974,6 +986,43 @@ for bootstrapping, to keep the load off them.
An example routing node that you could typically add is router.bittorrent.com.
+++void start_lsd(); +void stop_lsd(); ++
Starts and stops Local Service Discovery. This service will broadcast +the infohashes of all the non-private torrents on the local network to +look for peers on the same swarm within multicast reach.
+It is turned off by default.
++++boost::intrusive_ptr<upnp> start_upnp(); +void stop_upnp(); ++
Starts and stops the UPnP service. When started, the listen port and the DHT +port are attempted to be forwarded on local UPnP router devices.
+It is off by default.
++++boost::intrusvice_ptr<natpmp> start_natpmp(); +void stop_natpmp(); ++
Starts and stops the NAT-PMP service. When started, the listen port and the DHT +port are attempted to be forwarded on the router through NAT-PMP.
+It is off by default.
+