mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
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>
4 lines
224 B
Text
4 lines
224 B
Text
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.
|