mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #16692] Upload Slots shows wrong slot upload speed


From: spiralvoice
Subject: [Mldonkey-bugs] [bug #16692] Upload Slots shows wrong slot upload speed in tooltip
Date: Tue, 30 May 2006 20:14:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.0.3) Gecko/20060527 Firefox/1.5.0.3

Follow-up Comment #1, bug #16692 (project mldonkey):

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.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16692>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]