mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 22:52:31 +00:00
* 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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user