diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-23 23:16:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-23 23:16:25 -0400 |
commit | 9b49a89430eac9a50fdb067aefec9d1561872796 (patch) | |
tree | 12307ab312c799363905d6e3c725bb7166b4c452 /changes | |
parent | c9cb4f0a0e9eb3411dfdc446e4543d48b152f8f5 (diff) | |
parent | 52db5c2539413aded9a7fb855030c6a3a7a25798 (diff) | |
download | tor-9b49a89430eac9a50fdb067aefec9d1561872796.tar.gz tor-9b49a89430eac9a50fdb067aefec9d1561872796.zip |
Merge branch 'bug1511'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1511 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug1511 b/changes/bug1511 new file mode 100644 index 0000000000..8e9652b90e --- /dev/null +++ b/changes/bug1511 @@ -0,0 +1,9 @@ + o Minor bugfixes: + - Tolerate skew in stored vs computed interval starts for bandwidth + accounting. Now, if we change our configuration so that the start + of the period changes by no more than 50% of the period's duration, + we remember bytes that we transferred in the old one. The upshot + of this is that daylight savings time should no longer mess up + bandwidth accounting and make each period potentially happen + twice. Fixes bug 1511; bugfix on 0.0.9pre5. + |