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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user