implemented completely untested support for udp-trackers.

This commit is contained in:
Arvid Norberg
2004-01-21 13:16:11 +00:00
parent 8b286d84a6
commit b897315abb
8 changed files with 80 additions and 138 deletions

View File

@@ -205,7 +205,7 @@ class session: public boost::noncopyable
torrent_handle add_torrent(
const torrent_info& t
, const std::string& save_path
, const boost::filesystem::path& save_path
, const entry& resume_data = entry());
void remove_torrent(const torrent_handle& h);

View File

@@ -153,7 +153,7 @@ The ``session`` class has the following synopsis::
torrent_handle add_torrent(
const torrent_info& t
, const std::string& save_path
, const boost::filesystem::path& save_path
, const entry& resume_data = entry());
void remove_torrent(const torrent_handle& h);