From: Michael Tremer Date: Fri, 2 Aug 2013 08:42:41 +0000 (+0200) Subject: tor: The slowest bandwidth rate for a relay is 20 kbyte/s. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=6eb9c49d605918cbdb54cac58c08e909ff04efd1 tor: The slowest bandwidth rate for a relay is 20 kbyte/s. --- diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 0c173e0cc..dca5fda14 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -51,8 +51,7 @@ my @bandwidth_limits = ( 1024, # 1M 512, 256, - 128, - 64 + 160 ); my @accounting_periods = ('daily', 'weekly', 'monthly');