Nick Mathewson commited on 2007-10-18 20:16:52
Zeige 1 geänderte Dateien mit 6 Einfügungen und 10 Löschungen.
... | ... |
@@ -43,16 +43,12 @@ or discarding one entirely.</li> |
43 | 43 |
</ul> |
44 | 44 |
</li> |
45 | 45 |
<li>People running servers tell us they want to have one BandwidthRate |
46 |
-during some part of the day, and a different BandwidthRate at other parts |
|
47 |
-of the day. Rather than coding this inside Tor, we should have a little |
|
48 |
-script that speaks via the <a href="<page gui/index>">Tor Controller Interface</a>, |
|
49 |
-and does a setconf to change the bandwidth rate. Perhaps it would run out |
|
50 |
-of cron, or perhaps it would sleep until appropriate times and then do |
|
51 |
-its tweak (that's probably more portable). Can somebody write one for us |
|
52 |
-and we'll put it into <a href="<svnsandbox>contrib/">contrib/</a>? |
|
53 |
-This is a good entry for the <a href="<page gui/index>">Tor GUI |
|
54 |
-competition</a>. |
|
55 |
- <!-- We have a good script to adjust stuff now, right? -NM --> |
|
46 |
+during some part of the day, and a different BandwidthRate at other |
|
47 |
+parts of the day. Rather than coding this inside Tor, we should have a |
|
48 |
+little script that speaks via the <a href="<page gui/index>">Tor |
|
49 |
+Controller Interface</a>, and does a setconf to change the bandwidth |
|
50 |
+rate. There is one for Unix and Mac already (it uses bash and cron), |
|
51 |
+but Windows users still need a solution. |
|
56 | 52 |
</li> |
57 | 53 |
<li>Tor can <a |
58 | 54 |
href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ChooseEntryExit">exit |
59 | 55 |