View previous topic :: View next topic |
Author |
Message |
JasonX n00b
Joined: 26 Jul 2006 Posts: 66 Location: Minsk
|
Posted: Thu Nov 29, 2007 10:41 pm Post subject: mldonkey bandwidth toggling |
|
|
I using telnet to connect to mldonkey and to toggle bandwidth.
But i'we got a question.
In mldonkey presents a command It toggles bandwidth from one entry to second entry and backwards.
But there is no way to point exactly to what bandwith preset to switch mldonkey.
I need to directly switch mldonkey from exact value of bandwidth to another. If a server
will crashes (problem of electricity or reboot) the switching of mldonkey bandwidth may be incorrect.
How can i handle that?
May be some one has an answer or advice ... |
|
Back to top |
|
|
spiralvoice Apprentice
Joined: 09 Mar 2004 Posts: 238
|
Posted: Fri Dec 14, 2007 1:18 am Post subject: Re: mldonkey bandwidth toggling |
|
|
JasonX wrote: | How can i handle that? |
Example:
max_hard_download_rate = 100
max_hard_download_rate_2 = 50
When you issue command bw_toggle, these values will be switched.
When extending command bw_toggle by, for example, "bw_toggle 1"
which of the values should be used now? There is no max_hard_download_rate_1
setting and I do not plan to implement it, it will confuse people.
When you want to set MLDonkey to a specific set of options is better
to send them directly:
Quote: | set max_hard_download_rate 100
set max_hard_upload_rate 30
... |
instead of using bw_toggle |
|
Back to top |
|
|
|