replaced http_settings with session_settings and introduced more settings

This commit is contained in:
Arvid Norberg
2006-05-20 23:24:19 +00:00
parent d891214358
commit e6bb265d94
13 changed files with 96 additions and 34 deletions

View File

@@ -79,7 +79,7 @@ namespace libtorrent
, std::string const& hostname
, unsigned short port
, boost::weak_ptr<request_callback> c
, const http_settings& stn)
, session_settings const& stn)
: tracker_connection(man, req, d, c)
, m_man(man)
, m_name_lookup(d)