tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5745370666210e7d07889fed6a3008db9004807f
parent 90e67f34a7a26690a985224c989f94049a6d9179
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Wed, 14 Dec 2022 17:19:01 +0000

Changes file for bug 40732

Diffstat:
Achanges/bug40732 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/changes/bug40732 b/changes/bug40732 @@ -0,0 +1,7 @@ + o Major bugfixes (congestion control): + - Avoid incrementing the congestion window when the window is not + fully in use. Thia prevents overshoot in cases where long periods + of low activity would allow our congestion window to grow, and + then get followed by a burst, which would cause queue overload. + Also improve the increment checks for RFC3742. Fixes bug 40732; + bugfix on 0.4.7.5-alpha.