Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8ef0251 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tcp: clear tp->packets_out when purging write queue"

parents 4d2072f0 195114a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1617,6 +1617,7 @@ static inline void tcp_write_queue_purge(struct sock *sk)
	sk_mem_reclaim(sk);
	tcp_clear_all_retrans_hints(tcp_sk(sk));
	tcp_init_send_head(sk);
	tcp_sk(sk)->packets_out = 0;
}

static inline struct sk_buff *tcp_write_queue_head(const struct sock *sk)
+0 −1
Original line number Diff line number Diff line
@@ -2354,7 +2354,6 @@ int tcp_disconnect(struct sock *sk, int flags)
	icsk->icsk_backoff = 0;
	tp->snd_cwnd = 2;
	icsk->icsk_probes_out = 0;
	tp->packets_out = 0;
	tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
	tp->snd_cwnd_cnt = 0;
	tp->window_clamp = 0;