diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-12 12:17:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-27 16:28:59 -0400 |
commit | 0ae0b5aa4136fe6df7863c8a5b7d239d519b7393 (patch) | |
tree | b6091d0a70fcc9a03f2c0ff361e7c02ba2e7f1d7 /changes | |
parent | bddea78dede010cdf0115265546cdca0c47d64d0 (diff) | |
download | tor-0ae0b5aa4136fe6df7863c8a5b7d239d519b7393.tar.gz tor-0ae0b5aa4136fe6df7863c8a5b7d239d519b7393.zip |
Queue consensus diffs at LOW priority.
Fixes bug 22883.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22883-priority | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug22883-priority b/changes/bug22883-priority new file mode 100644 index 0000000000..4b3531c30b --- /dev/null +++ b/changes/bug22883-priority @@ -0,0 +1,8 @@ + o Major bugfixes (relay, performance): + + - Perform circuit handshake operations at a higher priority than we use + for consensus diff creation and compression. This should prevent + circuits from starving when a relay or bridge receive a new consensus, + especially on lower-powered machines. Fixes bug 22883; bugfix on + 0.3.1.1-alpha. + |