diff options
author | teor <teor@torproject.org> | 2019-11-25 12:36:41 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-25 12:36:41 +1000 |
commit | c17ab20ac0d3efb1b9c46fa12685db5b09015481 (patch) | |
tree | fdf1ad8a4712c95021baa48d46bf56964ad09912 /changes | |
parent | ed6f2f61a260a08d9e8f315e4397335fa39383be (diff) | |
parent | a7ccd9a997bc85c0e03926b7d24f7e05a4a51d39 (diff) | |
download | tor-c17ab20ac0d3efb1b9c46fa12685db5b09015481.tar.gz tor-c17ab20ac0d3efb1b9c46fa12685db5b09015481.zip |
Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32108 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug32108 b/changes/bug32108 new file mode 100644 index 0000000000..2806fa3e5d --- /dev/null +++ b/changes/bug32108 @@ -0,0 +1,8 @@ + o Major bugfixes (relay): + - Relays now respect their AccountingMax bandwidth again. When relays + entered "soft" hibernation (which typically starts when we've hit + 90% of our AccountingMax), we had stopped checking whether we should + enter hard hibernation. Soft hibernation refuses new connections and + new circuits, but the existing circuits can continue, meaning that + relays could have exceeded their configured AccountingMax. Fixes + bug 32108; bugfix on 0.4.0.1-alpha. |