patchmldonkey, a multi-networks file-sharing client - Patches: patch #7098, Reassigned to another tracker...

 
 

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

patch #7098: Reassigned to another tracker [was: Min/Max bandwith setting]

Submitter:  Andreas Volz <andreas99>
Submitted:  Sun 21 Feb 2010 01:57:21 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Assigned to:  None
Open/Closed:  Closed

Tue 23 Feb 2010 08:57:22 PM UTC, comment #4: 

THIS ITEM WAS REASSIGNED TO TASK #10195


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

spiralvoice <spiralvoice>
Group administrator
Tue 23 Feb 2010 08:57:06 PM UTC, comment #3: 

What about using command bw_toggle?

From ChangeLog.old:

2006/10/23
5474: New command bw_toggle (ported from Knockers Mulus client)
- two new options: max_hard_upload_rate_2 and max_hard_download_rate_2
- new command bw_toggle, quickly switch between two bandwidth options

spiralvoice <spiralvoice>
Group administrator
Mon 22 Feb 2010 09:29:55 PM UTC, comment #2: 

Hm, I didn't know this command. Maybe this helps me. If yes the patch isn't needed any more.

thanks for the hint.

Andreas Volz <andreas99>
Sun 21 Feb 2010 03:05:27 PM UTC, comment #1: 

Hi,

Don't know if this helps, but I use a simple nc command to set mldonkey bandwidth :


#!/bin/sh

DOWNLOAD=$1
UPLOAD=$2

nc localhost 4000 &>/dev/null <<END
auth admin password
ansi no
set max_hard_download_rate $DOWNLOAD
set max_hard_upload_rate $UPLOAD
q
END

Alex <alesc>
Sun 21 Feb 2010 01:57:21 PM UTC, original submission:  

THIS ITEM WAS REASSIGNED TO TASK #10195
This patch helps me to better set min/max download speed from a program that detects the idle status of my system. Currently min/max settings are hard coded. I've seen no better way as the setting values from config file are always overwritten. Maybe you find a better way to make min/max configurable.

Andreas Volz <andreas99>

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by spiralvoice (Posted a comment)
  • -email is unavailable- added by alesc (Posted a comment)
  • -email is unavailable- added by andreas99 (Submitted the item)
  •  

    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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-02-23 spiralvoice Reassign Itemmldonkey, a multi-networks file-sharing client, patch #7098 mldonkey, a multi-networks file-sharing client, task #10195
    2010-02-21 andreas99 Attached File- Added min_max.patch, #19765

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code