diff options
author | David Goulet <dgoulet@torproject.org> | 2018-01-31 13:46:31 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-01-31 13:46:31 -0500 |
commit | adaf3e9b89f62d68ab631b8f672d9bff996689b9 (patch) | |
tree | 7cbdb2bccdadf37fd897b7623d3292f0156bed8f /changes | |
parent | df312b3cf637d2c5487adc60ed541823bef56f06 (diff) | |
download | tor-adaf3e9b89f62d68ab631b8f672d9bff996689b9.tar.gz tor-adaf3e9b89f62d68ab631b8f672d9bff996689b9.zip |
sched: Avoid adding the same channel twice to the KIST pending list
This is the quick fix that is keeping the channel in PENDING state so if we
ever try to reschedule the same channel, it won't happened.
Fixes #24700
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24700 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24700 b/changes/bug24700 new file mode 100644 index 0000000000..74dc581a0b --- /dev/null +++ b/changes/bug24700 @@ -0,0 +1,4 @@ + o Minor bugfixes (scheduler, KIST): + - Avoid adding the same channel twice in the KIST scheduler pending list + wasting CPU cycles at handling the same channel twice. Fixes bug 24700; + bugfix on 0.3.2.1-alpha. |