diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-30 07:18:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-30 07:18:00 +0000 |
commit | 1cb1ebbfe030b0fe7c2d369140a5ae5581af4ce3 (patch) | |
tree | ba1add5ef00c47032a7060fbb47d7fd4a8b93bbd /ChangeLog | |
parent | 8b1e9398a8d2dd3df48a47a98782ac5f46f10f3d (diff) | |
download | tor-1cb1ebbfe030b0fe7c2d369140a5ae5581af4ce3.tar tor-1cb1ebbfe030b0fe7c2d369140a5ae5581af4ce3.tar.gz |
r13090@catbus: nickm | 2007-05-30 03:17:57 -0400
If the user makes a torrc that exceeds the bandwidth cap by one byte, let them have it.
svn:r10411
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? patterns can be reconfigured with AutomapHostsSuffixes. - If Tor is invoked from something that isn't a shell (e.g. Vidalia), now we expand "-f ~/.tor/torrc" correctly. Suggested by Matt Edman. + - Treat "2gb" when given in torrc for a bandwidth as meaning 2gb, minus 1 + byte: the actual maximum declared bandwidth. o Removed features: - Removed support for the old binary "version 0" controller protocol. |