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