tor/changes/ticket_9214
Nick Mathewson d5a5a6a253 Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc
Patch from CharlieB for ticket #9214
2013-07-26 16:07:11 +02:00

7 lines
257 B
Plaintext

o Minor features:
- Accept bandwidth and space limits in bits as well as bytes.
(Anywhere in the configuration file that you can say "2 Kilobytes",
you can now say "16 kilobits", and so on.) Resolves ticket 9214.
Patch by CharlieB.