aboutsummaryrefslogtreecommitdiff
path: root/changes/bug40981
diff options
context:
space:
mode:
authorTor CI Release <no-email@torproject.org>2024-12-03 15:48:11 +0000
committerDavid Goulet <dgoulet@torproject.org>2024-12-03 11:10:03 -0500
commit9918acd57b1f0c80ced1c3e95e0bb98ee4e4e854 (patch)
tree0d517d988c095c8bf99573cfa982ad0822d8cd49 /changes/bug40981
parent5567617e3b725f8a99acada48a5855b2150bc0f4 (diff)
downloadtor-9918acd57b1f0c80ced1c3e95e0bb98ee4e4e854.tar.gz
tor-9918acd57b1f0c80ced1c3e95e0bb98ee4e4e854.zip
release: ChangeLog and ReleaseNotes for 0.4.9.1-alpha
Diffstat (limited to 'changes/bug40981')
-rw-r--r--changes/bug409819
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug40981 b/changes/bug40981
deleted file mode 100644
index 7979685c35..0000000000
--- a/changes/bug40981
+++ /dev/null
@@ -1,9 +0,0 @@
- o Major bugfixes (circuit building):
- - Conflux circuit building was ignoring the "predicted ports" feature,
- which aims to make Tor stop building circuits if there have been
- no user requests lately. This bug led to every idle Tor on the
- network building and discarding circuits every 30 seconds, which
- added overall load to the network, used bandwidth and battery from
- clients that weren't actively using their Tor, and kept sockets open
- on guards which added connection padding essentially forever. Fixes
- bug 40981; bugfix on 0.4.8.1-alpha;