From: Yuchung Cheng <ych...@google.com>
Date: Thu,  9 Jul 2015 13:16:28 -0700

> This patch series fixes corner cases of TCP congestion control.
> First issue is to avoid continuing slow start when cwnd reaches ssthresh.
> Second issue is incorrectly processing order of congestion state and
> cwnd update when entering fast recovery or undoing cwnd.
> 
> Yuchung Cheng (3):
>   tcp: add tcp_in_slow_start helper
>   tcp: do not slow start when cwnd equals ssthresh
>   tcp: update congestion state first before raising cwnd

This helper function is long overdue, nice work.

Series applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to