diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-23 09:47:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-23 09:47:05 -0400 |
commit | 3527f4b8a4f002e7b910eacd4ead6e9044cb4003 (patch) | |
tree | 11661e8c3b97c649d80001d76fdd60d6a7ad58bc /changes/bug25828 | |
parent | 1b40e9986bba3667b8dd22af22c2e2f495c1eb6b (diff) | |
parent | bd3f8260a342b9eefc6fc164dc945605cf1ab0d1 (diff) | |
download | tor-3527f4b8a4f002e7b910eacd4ead6e9044cb4003.tar.gz tor-3527f4b8a4f002e7b910eacd4ead6e9044cb4003.zip |
Merge remote-tracking branch 'github/lazy_bucket_refill'
Diffstat (limited to 'changes/bug25828')
-rw-r--r-- | changes/bug25828 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug25828 b/changes/bug25828 new file mode 100644 index 0000000000..45cd1f4ae8 --- /dev/null +++ b/changes/bug25828 @@ -0,0 +1,7 @@ + o Minor bugfixes (bandwidth management): + - Consider ourselves "low on write bandwidth" if we have exhausted our + write bandwidth some time in the last second. This was the + documented behavior before, but the actual behavior was to change + this value every TokenBucketRefillInterval. Fixes bug 25828; bugfix on + 0.2.3.5-alpha. + |