added logging of upload and download statistics, revised some of the quota management, added support for sessions to allocate_resources (patch by wojci)

This commit is contained in:
Arvid Norberg
2006-11-20 21:03:58 +00:00
parent c52de08421
commit 68e8ea35ea
10 changed files with 153 additions and 60 deletions

View File

@@ -996,7 +996,7 @@ namespace libtorrent { namespace detail
#ifndef NDEBUG
i->second->check_invariant();
#endif
i->second->distribute_resources();
i->second->distribute_resources(tick_interval);
}
}
catch (std::exception& exc)