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/
_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs