mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Add changes file for bug40642.
This commit is contained in:
parent
0cde7bc6d6
commit
9fb52305ee
9
changes/bug40642
Normal file
9
changes/bug40642
Normal file
@ -0,0 +1,9 @@
|
||||
o Major bugfixes (congestion control):
|
||||
- Implement RFC3742 Limited Slow Start. Congestion control was
|
||||
overshooting the congestion window during slow start, particularly for
|
||||
onion service activity. With this fix, we now update the congestion
|
||||
window more often during slow start, as well as dampen the exponential
|
||||
growth when the congestion window grows above a capping parameter.
|
||||
This should reduce the memory increases guard relays were seeing, as
|
||||
well as allow us to set lower queue limits to defend against
|
||||
ongoing DoS attacks. Fixes bug 40642; bugfix on 0.4.7.5-alpha.
|
Loading…
Reference in New Issue
Block a user