2 Jun 2007 03:34
Re: Have you http_tracker_connection exemple ?
Arvid Norberg <arvid <at> cs.umu.se>
2007-06-02 01:34:05 GMT
2007-06-02 01:34:05 GMT
On May 30, 2007, at 01:20, PP Team wrote: > Hello, > > I want to download with HTTP with libtorrent. > It's possible, but I don't know all the parameters of the fonctions. > > asio::io_service io; > asio::strand t(io); > http_tracker_connection ht( > t, //ok ? > NULL, //type : tracker_manager : I don't know how to > use > NULL, //type : tracker_request : I don't know how to > use > "dragoturkey.cachefly.net", //server name > 80, //http port > "http://dragoturkey.cachefly.net/gamedata.ankama-games.com/dofus/ > client/DofusInstaller_v1_18_2.exe", > //the request file > NULL, > //type : adress_bind : I don't know how to use > NULL, > //type : week_ptr : I don't know how to use > NULL, > //type : session_settings : I don't know how to use > "a.a <at> msn.fr"); > //password (for anonymous user) > >(Continue reading)
RSS Feed