|
@@ -76,7 +76,7 @@ static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked)
|
|
if (!tcp_is_cwnd_limited(sk))
|
|
if (!tcp_is_cwnd_limited(sk))
|
|
return;
|
|
return;
|
|
|
|
|
|
- if (tp->snd_cwnd <= tp->snd_ssthresh)
|
|
|
|
|
|
+ if (tcp_in_slow_start(tp))
|
|
tcp_slow_start(tp, acked);
|
|
tcp_slow_start(tp, acked);
|
|
|
|
|
|
else if (!yeah->doing_reno_now) {
|
|
else if (!yeah->doing_reno_now) {
|