* Added global download slots. The "max_downloads_hack" option may be

used to test this feature. Note that there seems to be a bug in the
code causing exceptions.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@866 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-03-03 20:32:18 +00:00
parent b46caac088
commit f43cdad650
4 changed files with 7 additions and 33 deletions
+4
View File
@@ -287,6 +287,10 @@ print_status_extra(char* first, char* last) {
torrent::currently_unchoked(),
torrent::max_unchoked());
first = print_buffer(first, last, " [D %i/%i]",
torrent::download_unchoked(),
torrent::max_download_unchoked());
first = print_buffer(first, last, " [H %u/%u]",
control->core()->get_poll_manager()->get_http_stack()->active(),
control->core()->get_poll_manager()->get_http_stack()->max_active());