fallbackdir: Update list generated on June 01, 2023
[tor.git] / changes / bug40642
blobf50d87e031715a41df65bf472b2b798b3c960c68
1   o Major bugfixes (congestion control):
2     - Implement RFC3742 Limited Slow Start. Congestion control was
3       overshooting the congestion window during slow start, particularly for
4       onion service activity. With this fix, we now update the congestion
5       window more often during slow start, as well as dampen the exponential
6       growth when the congestion window grows above a capping parameter.
7       This should reduce the memory increases guard relays were seeing, as
8       well as allow us to set lower queue limits to defend against
9       ongoing DoS attacks. Fixes bug 40642; bugfix on 0.4.7.5-alpha.