bugmldonkey, a multi-networks file-sharing client - Bugs: bug #16692, Reassigned to another tracker...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16692: Reassigned to another tracker [was: BT: Upload Slots shows wrong slot upload speed in tooltip]

Submitter:  SchAmane <schamane>
Submitted:  Mon 29 May 2006 01:31:11 PM UTC
   
 
Category:  Bittorrent-Plugin Severity:  3 - Normal
Item Group:  Program malfunction Status:  In Progress
Assigned to:  None Open/Closed:  Closed
Release:  2.8.1 Release: 
Operating System:  Linux Binaries Origin:  CVS / Self compiled
CPU type:  Intel x86

Sat 07 Oct 2006 04:05:34 PM UTC, comment #2: 

THIS ITEM WAS REASSIGNED TO PATCH #5444.

Please, do not post any new comments to this item.


spiralvoice <spiralvoice>
Group administrator
Tue 30 May 2006 06:14:15 PM UTC, comment #1: 

driverCommands.ml:

( float_of_int (Int64.to_int i.client_uploaded / 1024) /.
  float_of_int (max 1 ((last_time ()) - i.client_connect_time)) )

At the moment a client has an upload slot for 21 minutes,
uploaded 32.9MB and an average displayed of 26.4 KB/s which
is not possible because max_hard_upload_rate is set to 11 kB/s.

The reason for this display problem is that those 32.9MB are
total upload, not from the current upload slot. That particular
client must have had an upload slot earlier already, checking
log file confirms this.

MLDonkey data structures do not have distinguished values for
total upload or total session upload so I would propose to
remove the average upload slot speed display.

spiralvoice <spiralvoice>
Group administrator
Mon 29 May 2006 01:31:11 PM UTC, original submission:  

THIS ITEM WAS REASSIGNED TO PATCH #5444.

if you go in webgui to Transfers -> Uploaders and hold mouse on top of some upload slots it shows actual slot upload rate.
It seems to show wrong numbers. Actually it shows count of bytes in Kbyte uploaded to this client with Kb/s extension.
It should show speed, and not a count.

It happends with BT upload, no idea if other networks are affected.

SchAmane <schamane>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 7 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-10-07 spiralvoice Reassign Itemmldonkey, a multi-networks file-sharing client, bug #16692 mldonkey, a multi-networks file-sharing client, patch #5444
2006-10-07 spiralvoice Attached File- Added bt_speed.patch, #10914
2006-10-07 spiralvoice CategoryHTTP interface Bittorrent-Plugin
    StatusNone In Progress
    Release2.7.6cvs
    Release2.7.6 2.8.1
    SummaryUpload Slots shows wrong slot upload speed in tooltip BT: Upload Slots shows wrong slot upload speed in tooltip

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code