diff --git a/docs/manual.html b/docs/manual.html index 77c4cc444..298398c27 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -218,7 +218,8 @@ the session, it conta
construct a session
start DHT, LSD, UPnP, NAT-PMP etc (see start_dht_, start_lsd_, start_upnp_ and start_natpmp_)
+start DHT, LSD, UPnP, NAT-PMP etc (see start_dht() stop_dht() set_dht_settings() dht_state() +start_lsd() stop_lsd(), start_upnp() stop_upnp() and start_natpmp() stop_natpmp())
parse .torrent-files and add them to the session (see bdecode() bencode() and add_torrent())
The upnp object returned by start_upnp() can be used to add and remove arbitrary port mappings. Mapping status is returned through the portmap_alert and the portmap_error_alert. The object will be valid until -stop_upnp_ is called. See UPnP and NAT-PMP.
+stop_upnp() is called. See UPnP and NAT-PMP.It is off by default.
The natpmp object returned by start_natpmp() can be used to add and remove arbitrary port mappings. Mapping status is returned through the portmap_alert and the portmap_error_alert. The object will be valid until -stop_upnp_ is called. See UPnP and NAT-PMP.
+stop_natpmp() is called. See UPnP and NAT-PMP.It is off by default.
Project is hosted by sourceforge.
-