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-Tag: v2.13-core72^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6eb9c49d605918cbdb54cac58c08e909ff04efd1;p=ipfire-2.x.git 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 0c173e0cce..dca5fda143 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');