[or-cvs] we could use a script to tweak bandwidthrate by time of day.
Roger Dingledine
arma at seul.org
Fri May 20 05:18:36 UTC 2005
Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website
Modified Files:
contribute.html
Log Message:
we could use a script to tweak bandwidthrate by time of day.
Index: contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/contribute.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- contribute.html 19 May 2005 09:53:39 -0000 1.50
+++ contribute.html 20 May 2005 05:18:34 -0000 1.51
@@ -111,6 +111,14 @@
like. You can use any license you want, but we'd recommend 3-clause BSD or
maybe GPL; and we can only help out if your license conforms to the
<a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li>
+<li>Periodically people running servers tells us they want to have one
+BandwidthRate during some part of the day, and a different BandwidthRate
+at other parts of the day. Rather than coding this inside Tor, we should
+have a little script that speaks via the Tor Controller Interface, and does
+a setconf to change the bandwidth rate. Perhaps it would run out of cron,
+or perhaps it would sleep until appropriate times and then do its tweak
+(that's probably more portable). Can somebody write one for us and we'll
+put it inside <a href="cvs/tor/contrib/">tor/contrib/</a>?</li>
<li>Does somebody want to do up a patch so we can be an NT service? Or
so we can go in the system tray?</li>
<li>A good (portable, fast, clean, BSD-free) asynchronous DNS library
More information about the tor-commits
mailing list