fix a confusing line in the faq, and also bump up all the accountingmax numbers so people don't think 1 gigabyte per day is useful.
Roger Dingledine

Roger Dingledine commited on 2014-06-07 05:43:23
Zeige 1 geänderte Dateien mit 7 Einfügungen und 6 Löschungen.

... ...
@@ -2404,7 +2404,7 @@ too.
2404 2404
     </p>
2405 2405
     <pre>
2406 2406
     AccountingStart week 3 10:00
2407
-    AccountingMax N bytes KB MB GB TB
2407
+    AccountingMax 500 GBytes
2408 2408
     </pre>
2409 2409
     <p>
2410 2410
     This specifies the maximum amount of data your relay will send during an
... ...
@@ -2413,12 +2413,12 @@ too.
2413 2413
     AccountingStart), then the counters for AccountingMax are reset to 0.
2414 2414
     </p>
2415 2415
     <p>
2416
-    Example. Let's say you want to allow 1 GB of traffic every day in each
2416
+    Example: Let's say you want to allow 50 GB of traffic every day in each
2417 2417
     direction and the accounting should reset at noon each day:
2418 2418
     </p>
2419 2419
     <pre>
2420 2420
     AccountingStart day 12:00
2421
-    AccountingMax 1 GB
2421
+    AccountingMax 50 GBytes
2422 2422
     </pre>
2423 2423
     <p>
2424 2424
     Note that your relay won't wake up exactly at the beginning of each
... ...
@@ -2433,9 +2433,10 @@ too.
2433 2433
     end up using your entire monthly quota in the first day. Just divide
2434 2434
     your monthly amount by 30. You might also consider rate limiting to
2435 2435
     spread your usefulness over more of the day: if you want to offer X GB
2436
-    in each direction, you could set your BandwidthRate to 20*X. For example,
2437
-    if you have 10 GB to offer each way, you might set your BandwidthRate to
2438
-    200 KB: this way your relay will always be useful for at least half of
2436
+    in each direction, you could set your BandwidthRate to 20*X KBytes.
2437
+    For example,
2438
+    if you have 50 GB to offer each way, you might set your BandwidthRate to
2439
+    1000 KBytes: this way your relay will always be useful for at least half of
2439 2440
     each day.
2440 2441
     </p>
2441 2442
 
2442 2443