Split ROUTER_REQUIRED_MIN_BANDWIDTH into RELAY_ and BRIDGE_ variants

Also raise those minima from 20 to 75 and 50 respectively.

Closes ticket 13822.
This commit is contained in:
Nick Mathewson
2015-02-07 08:30:40 -05:00
parent b101f4e98c
commit 4beb830953
4 changed files with 19 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features:
- Use separate minimum bandwidth values for the configurations of
relays and bridges. Raise the minimum configured bandwidth for
bridges to 50 KiB/sec and for relays to 75 KiB/sec. (The old
values were 20 KiB/sec.) Closes ticket 13822.