we could use a script to tweak bandwidthrate by time of day.
Roger Dingledine

Roger Dingledine commited on 2005-05-20 07:18:34
Zeige 1 geänderte Dateien mit 8 Einfügungen und 0 Löschungen.

... ...
@@ -111,6 +111,14 @@ Python control script</a>. No, we don't know what the interface should look
111 111
 like.  You can use any license you want, but we'd recommend 3-clause BSD or
112 112
 maybe GPL; and we can only help out if your license conforms to the
113 113
 <a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li>
114
+<li>Periodically people running servers tells us they want to have one
115
+BandwidthRate during some part of the day, and a different BandwidthRate
116
+at other parts of the day. Rather than coding this inside Tor, we should
117
+have a little script that speaks via the Tor Controller Interface, and does
118
+a setconf to change the bandwidth rate. Perhaps it would run out of cron,
119
+or perhaps it would sleep until appropriate times and then do its tweak
120
+(that's probably more portable). Can somebody write one for us and we'll
121
+put it inside <a href="cvs/tor/contrib/">tor/contrib/</a>?</li>
114 122
 <li>Does somebody want to do up a patch so we can be an NT service? Or
115 123
 so we can go in the system tray?</li>
116 124
 <li>A good (portable, fast, clean, BSD-free) asynchronous DNS library
117 125