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.