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

Commit 489fbb61 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tcp: do not inherit fastopen_req from parent"

parents 1632f4f8 c16a7504
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -491,6 +491,7 @@ struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req,
			newicsk->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len;
		newtp->rx_opt.mss_clamp = req->mss;
		tcp_ecn_openreq_child(newtp, req);
		newtp->fastopen_req = NULL;
		newtp->fastopen_rsk = NULL;
		newtp->syn_data_acked = 0;