diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-26 16:07:11 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-26 16:07:11 +0200 |
commit | d5a5a6a2534e114b6c89c7ddb7840ab3040657b8 (patch) | |
tree | d8c39fe544686352ff7ee70e0703ba3b48473b3f /changes/ticket_9214 | |
parent | 221a0159b81707f7cfcb3ec34c21830e9ce8aca5 (diff) | |
download | tor-d5a5a6a2534e114b6c89c7ddb7840ab3040657b8.tar tor-d5a5a6a2534e114b6c89c7ddb7840ab3040657b8.tar.gz |
Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc
Patch from CharlieB for ticket #9214
Diffstat (limited to 'changes/ticket_9214')
-rw-r--r-- | changes/ticket_9214 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket_9214 b/changes/ticket_9214 new file mode 100644 index 000000000..f1e43caeb --- /dev/null +++ b/changes/ticket_9214 @@ -0,0 +1,6 @@ + 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. + |