aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/tcp_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 7641b2761a14..7ecdc89229e8 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -2608,6 +2608,7 @@ static void tcp_conservative_spur_to_response(struct tcp_sock *tp)
2608{ 2608{
2609 tp->snd_cwnd = min(tp->snd_cwnd, tp->snd_ssthresh); 2609 tp->snd_cwnd = min(tp->snd_cwnd, tp->snd_ssthresh);
2610 tp->snd_cwnd_cnt = 0; 2610 tp->snd_cwnd_cnt = 0;
2611 TCP_ECN_queue_cwr(tp);
2611 tcp_moderate_cwnd(tp); 2612 tcp_moderate_cwnd(tp);
2612} 2613}
2613 2614