diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-07 16:43:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-07 16:43:45 -0400 |
commit | 1ec22eac4bf20424624fe2ef2151ff57687912de (patch) | |
tree | 6612e36f5a3c437278535e5f54a753d8d1b6a765 /changes | |
parent | 8b0ee60fe7752f4894fff8334eff786e80941302 (diff) | |
parent | 9bdde8902716bf923a78d8c287acadb0c4d2ffcd (diff) | |
download | tor-1ec22eac4bf20424624fe2ef2151ff57687912de.tar.gz tor-1ec22eac4bf20424624fe2ef2151ff57687912de.zip |
Merge remote-tracking branch 'public/bug2003_nm'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2003 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2003 b/changes/bug2003 new file mode 100644 index 0000000000..f1298dd639 --- /dev/null +++ b/changes/bug2003 @@ -0,0 +1,8 @@ + o Major bugfixes: + - Don't update the AccountingSoftLimitHitAt state file entry whenever + tor gets started. This prevents a wrong average bandwidth estimate, + which would cause relays to always start a new accounting interval at + the earliest possible moment. Fixes bug 2003; bugfix on 0.2.2.7-alpha. + Reported by BryonEldridge, who also helped immensely in tracking this + bug down. Thanks! + |