Quoting James Kelly <kejian...@hotmail.com> from ml.softs.gtk-gnutella.devel:
:A person who is gone during the normal work day, and sleeping normal hours may
:only have hands on his computer from 7pm-10pm.
:So, he could set the GTK-Gnutella bandwith controls for:
: 
:unregulated hours - Full bandwidth both in and out available to gtk-gnutell 
10PM-7PM
: 
:or perhaps easier to understand:
: 
:regulated hours 7PM-10PM enable bandwidth controls.

You're making good suggestions, but we already thought about that, only we
have another way of doing it.  This is for power users only, of course.
 
The solution is to use a cron job.
At the times you're sleeping, run:

        echo set output_bandwidth 85000 | gtk-gnutella --shell

At the time you're in front of the computer, run:

        echo set output_bandwidth 25000 | gtk-gnutella --shell

Values are pure fiction, it all depends on your particular setup.
To know the current bandwidth, say:

        echo print output_bandwidth | gtk-gnutella --shell

Raphael

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to