diff --git a/docs/manual.html b/docs/manual.html index cddbf515f..f3c611476 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -3,7 +3,7 @@
- +use_interface() sets the network interface this torrent will use when it opens outgoing connections. By default, it uses the same interface as the session uses to listen on. The -parameter can be a string containing an ip-address or a hostname.
+parameter must be a string containing an ip-address (either an IPv4 or IPv6 address). If +the string does not conform to this format and exception is thrown.struct url_seed_alert: torrent_alert { - url_seed_alert(torrent_handle const& h, std::string const& h + url_seed_alert(torrent_handle const& h, std::string const& url , const std::string& msg); virtual std::auto_ptr<alert> clone() const;